双重预防项目-国泰新华二开定制版
16639036659
2024-06-12 b5d7a7720b73b72ad241747aba4618acafe80be1
专项检查任务-添加index_id查询
已修改4个文件
9 ■■■■■ 文件已修改
src/main/java/com/ruoyi/project/tr/specialCheck/domin/BO/TbSpecialCheckItemDangerLogBO.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/project/tr/specialCheck/domin/BO/TbSpecialCheckTaskLogBO.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mybatis/tr/TbSpecialCheckItemDangerLogMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mybatis/tr/TbSpecialCheckTaskLogMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/ruoyi/project/tr/specialCheck/domin/BO/TbSpecialCheckItemDangerLogBO.java
@@ -13,6 +13,7 @@
    private Integer  pageSize;
    private Long indexId;
    private String id;
src/main/java/com/ruoyi/project/tr/specialCheck/domin/BO/TbSpecialCheckTaskLogBO.java
@@ -12,6 +12,8 @@
    private Integer  pageSize;
    private Long indexId;
    private String id;
    private String companyCode;
src/main/resources/mybatis/tr/TbSpecialCheckItemDangerLogMapper.xml
@@ -41,6 +41,9 @@
        select * from tb_special_check_item_danger_log
        <where>
            deleted = 0
            <if test="indexId != null">
                and index_id = #{indexId}
            </if>
            <if test="checkWay != null">
                and check_way like concat('%',#{checkWay},'%')
            </if>
src/main/resources/mybatis/tr/TbSpecialCheckTaskLogMapper.xml
@@ -30,6 +30,9 @@
        select * from tb_special_check_task_log
        <where>
            deleted = 0
            <if test="indexId != null">
                and index_id = #{indexId}
            </if>
            <if test="hazardSource != null">
                and hazard_source like concat('%',#{hazardSource},'%')
            </if>