Browse Source

修改时间排序

v6
Chendy 1 year ago
parent
commit
73d19ca9ce
  1. 1
      lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnforcementInspectionProgramMapper.xml

1
lib/EmergencyService/zdxtLawEnforcementCodeService/src/main/resources/mapper/EnforcementInspectionProgramMapper.xml

@ -480,6 +480,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND bureau_dept_id=#{bureauDeptId}
and time_type=#{timeType}
and (plan_year is not null or quarter is not null or mouth is not null)
order by enforcement_time desc
</where>
</select>

Loading…
Cancel
Save