|
|
@ -291,7 +291,7 @@ |
|
|
|
<result property="operationType" column="operation_type"/> |
|
|
|
<result property="operationId" column="operation_id"/> |
|
|
|
<result property="redDot" column="red_dot"/> |
|
|
|
<result property="replyFlag" column="read_flag"></result> |
|
|
|
<result property="replyFlag" column="reply_flag"></result> |
|
|
|
<result property="latestOperatedTime" column="latest_operated_time"></result> |
|
|
|
<result property="satisfaction" column="satisfaction"/> |
|
|
|
<result property="satisfactionName" column="satisfactionName" /> |
|
|
@ -324,7 +324,7 @@ |
|
|
|
case when ie.OPERATION_TYPE is not null and ie.OPERATION_TYPE ='0' then 1 |
|
|
|
else '0' |
|
|
|
end |
|
|
|
)as read_flag |
|
|
|
)as reply_flag |
|
|
|
FROM |
|
|
|
ic_event ie |
|
|
|
WHERE |
|
|
|