Browse Source

处理成功不需要了

dev
zxc 3 years ago
parent
commit
970e59652d
  1. 2
      epmet-user/epmet-user-server/src/main/resources/mapper/DataSyncRecordDisabilityDao.xml

2
epmet-user/epmet-user-server/src/main/resources/mapper/DataSyncRecordDisabilityDao.xml

@ -112,7 +112,7 @@
when id = #{item.id} then '处理失败'
</when>
<otherwise>
when id = #{item.id} then '处理成功'
when id = #{item.id} then ''
</otherwise>
</choose>
</foreach>

Loading…
Cancel
Save