Browse Source

镇街数修改

dev
lichao 2 years ago
parent
commit
dfb74fedc8
  1. 4
      epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CustomerAgencyDao.xml

4
epmet-module/gov-org/gov-org-server/src/main/resources/mapper/CustomerAgencyDao.xml

@ -890,10 +890,10 @@
where DEL_FLAG = 0
and PIDS like concat(#{pids},'%')
<if test="timeStart != null">
and agency.UPDATED_TIME &gt;= #{timeStart}
and UPDATED_TIME &gt;= #{timeStart}
</if>
<if test="timeEnd != null">
and agency.UPDATED_TIME &lt;= #{timeEnd}
and UPDATED_TIME &lt;= #{timeEnd}
</if>
group by level

Loading…
Cancel
Save