Browse Source

getPastTopicListV2ByIds

dev
yinzuomei 4 years ago
parent
commit
8847faa455
  1. 5
      epmet-module/resi-group/resi-group-server/src/main/resources/mapper/group/ResiGroupDao.xml

5
epmet-module/resi-group/resi-group-server/src/main/resources/mapper/group/ResiGroupDao.xml

@ -803,7 +803,10 @@
'' AS issueId,
'act' AS contentType,
false AS isExpirat,
false AS isChanged
(case
when ai.`STATUS`='published' and ai.IS_CHANGE='yes' then true
else false
end )as isChanged
FROM group_act_info ai
WHERE ai.DEL_FLAG = '0'
AND (

Loading…
Cancel
Save