洪城义警-正式版后台
Administrator
2022-06-28 9abc92bd80f118a7c6f8d704e174f092fd86767b
src/main/java/org/springblade/modules/zc/mapper/ZcMapper.xml
@@ -44,6 +44,9 @@
        <if test="zc.examination_type != null and zc.examination_type != '' ">
            and examination_type = #{zc.examination_type}
        </if>
        <if test="zc.jurisdiction != null and zc.jurisdiction != '' ">
            and (jurisdiction = #{zc.jurisdiction} or workjurisdiction = #{zc.jurisdiction})
        </if>
        and type != 1 ORDER BY zctime DESC
    </select>