Browse Source

Merge remote-tracking branch 'origin/dev_staff_info' into develop

dev_shibei_match
yinzuomei 4 years ago
parent
commit
31ff8d5f80
  1. 2
      epmet-module/data-aggregator/data-aggregator-server/src/main/resources/mapper/epmetmessage/InfoReceiversDao.xml

2
epmet-module/data-aggregator/data-aggregator-server/src/main/resources/mapper/epmetmessage/InfoReceiversDao.xml

@ -107,7 +107,7 @@
info_reply_content m info_reply_content m
WHERE WHERE
m.DEL_FLAG = '0' m.DEL_FLAG = '0'
AND m.INFO_REPLY_ID = '' AND m.INFO_REPLY_ID = #{replyId}
AND m.REPLY_TYPE != 'text' AND m.REPLY_TYPE != 'text'
ORDER BY ORDER BY
m.SORT ASC m.SORT ASC

Loading…
Cancel
Save