Browse Source

不同步专属网格

master
yinzuomei 3 years ago
parent
commit
fa20c3cbee
  1. 1
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/org/CustomerGridDao.xml

1
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/org/CustomerGridDao.xml

@ -162,6 +162,7 @@
AND customer_id = #{customerId}
and CODE is not null
and CODE !=''
and grid_name not like '%专属网格'
<if test="orgIdList != null and orgIdList.size() > 0">
<foreach collection="orgIdList" item="gridId" open="AND id IN (" separator="," close=")">
#{gridId}

Loading…
Cancel
Save