Browse Source

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

master
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
WHERE
m.DEL_FLAG = '0'
AND m.INFO_REPLY_ID = ''
AND m.INFO_REPLY_ID = #{replyId}
AND m.REPLY_TYPE != 'text'
ORDER BY
m.SORT ASC

Loading…
Cancel
Save