双重预防项目-国泰新华二开定制版
16639036659
2024-06-12 1faff58d2b3291a4d579c6aa6fee8c8a0b77ea47
src/main/resources/mybatis/tr/TbBaseCheckItemMapper.xml
@@ -35,6 +35,12 @@
            <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>