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 end
) as satisfactionName, ) as satisfactionName,
( (
case when ie.OPERATION_TYPE is not null and ie.OPERATION_TYPE ='0' then 1 case when ie.status='processing' and ie.OPERATION_TYPE is not null and ie.OPERATION_TYPE ='0' then 1
else '0' else 0
end end
)as reply_flag )as reply_flag
FROM FROM

Loading…
Cancel
Save