Browse Source

Merge remote-tracking branch 'origin/yantai_zhengwu_master' into yantai_zhengwu_master

dev
yinzuomei 2 years ago
parent
commit
4649ca6c33
  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 where DEL_FLAG = 0
and PIDS like concat(#{pids},'%') and PIDS like concat(#{pids},'%')
<if test="timeStart != null"> <if test="timeStart != null">
and agency.UPDATED_TIME &gt;= #{timeStart} and UPDATED_TIME &gt;= #{timeStart}
</if> </if>
<if test="timeEnd != null"> <if test="timeEnd != null">
and agency.UPDATED_TIME &lt;= #{timeEnd} and UPDATED_TIME &lt;= #{timeEnd}
</if> </if>
group by level group by level

Loading…
Cancel
Save