Browse Source

-10修改

master
yinzuomei 4 years ago
parent
commit
ba8461dd33
  1. 2
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/user/UserDao.xml

2
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/user/UserDao.xml

@ -1152,7 +1152,7 @@
and temp.result=1
</if>
<if test="type != null and type == 'qc'">
and temp.result !=1
and temp.result = -1
</if>
group by temp.orgId,temp.FIELD_NAME
</select>

Loading…
Cancel
Save