双重预防项目-国泰新华二开定制版
heheng
2025-06-20 40e6b02f26a7c0a1911a69b951c948f582df4032
src/main/resources/mybatis/tr/TbBaseCheckItemMapper.xml
@@ -62,7 +62,10 @@
        where deleted = 0 and status = 1
        limit 1
    </select>
<!--    int updateStatusById(String id);-->
    <select id="listBaseCheckItemBytaskId" resultMap="BaseResultMap" parameterType="String">
        select * from tb_base_check_item where deleted = 0 and task_id = #{taskId}
    </select>
    <!--    int updateStatusById(String id);-->
    <update id="updateStatusById" parameterType="com.ruoyi.project.tr.specialCheck.domin.TbBaseCheckItem">
        update tb_base_check_item set
            status =  2