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>