双重预防项目-国泰新华二开定制版
16639036659
2024-06-12 a62c3378909aa2aef6afff6f0c0ecc4f08ac4fd7
临时提交
已修改3个文件
18 ■■■■■ 文件已修改
src/main/resources/mybatis/tr/TbBaseCheckItemMapper.xml 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mybatis/tr/TbBaseCheckTaskMapper.xml 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mybatis/tr/TbBaseCheckItemMapper.xml
@@ -35,12 +35,6 @@
            <if test="checkWay != null">
                and check_way like concat('%',#{checkWay},'%')
            </if>
            <if test="createDate != null">
                and create_date >= #{createDate}
            </if>
            <if test="updateDate != null">
                and #{updateDate} >= update_date
            </if>
            order by  create_date desc
        </where>
    </select>
src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml
@@ -27,12 +27,6 @@
            <if test="isReject != null">
                and is_reject = #{isReject}
            </if>
            <if test="createDate != null">
                and create_date >= #{createDate}
            </if>
            <if test="updateDate != null">
                and #{updateDate} >= update_date
            </if>
            order by  create_date desc
        </where>
    </select>
src/main/resources/mybatis/tr/TbBaseCheckTaskMapper.xml
@@ -32,12 +32,6 @@
            <if test="taskContent != null">
            and task_content like concat('%',#{taskContent},'%')
            </if>
            <if test="createDate != null">
                and create_date >= #{createDate}
            </if>
            <if test="updateDate != null">
                and #{updateDate} >= update_date
            </if>
            order by  create_date desc
        </where>
    </select>