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