Browse Source

处理中才可以回复

dev
yinzuomei 3 years ago
parent
commit
0cff7c12dd
  1. 4
      epmet-module/gov-project/gov-project-server/src/main/resources/mapper/IcEventDao.xml

4
epmet-module/gov-project/gov-project-server/src/main/resources/mapper/IcEventDao.xml

@ -321,8 +321,8 @@
end
) as satisfactionName,
(
case when ie.OPERATION_TYPE is not null and ie.OPERATION_TYPE ='0' then 1
else '0'
case when ie.status='processing' and ie.OPERATION_TYPE is not null and ie.OPERATION_TYPE ='0' then 1
else 0
end
)as reply_flag
FROM

Loading…
Cancel
Save