Browse Source

人员预警列表

release
zhaoqifeng 3 years ago
parent
commit
7e01bd6a77
  1. 1
      epmet-user/epmet-user-server/src/main/resources/mapper/IcStatsResiWarnDao.xml

1
epmet-user/epmet-user-server/src/main/resources/mapper/IcStatsResiWarnDao.xml

@ -162,6 +162,7 @@
from ic_resi_user from ic_resi_user
where DEL_FLAG = '0' where DEL_FLAG = '0'
and CUSTOMER_ID = #{customerId} and CUSTOMER_ID = #{customerId}
AND `STATUS` = '0'
<if test="tableName=='ic_resi_user'"> <if test="tableName=='ic_resi_user'">
and ${columnName} = '1' and ${columnName} = '1'
</if> </if>

Loading…
Cancel
Save