洪城义警-正式版后台
zengh
2022-05-27 46f7fdff7f7c7640e899b686031b8ccbc9c8b14c
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>