|
@@ -179,6 +179,7 @@ public class TriageService {
|
|
|
}
|
|
|
|
|
|
public ResultVo<String> notifyMessage(MessageForPush param) {
|
|
|
+ dao.updateStatus(param.getSerialNo());
|
|
|
MessageForPush prm = dao.selectMessageForPush(param.getSerialNo());
|
|
|
prm.setAction(param.getAction());
|
|
|
log.info("消息推送>>> {}", prm);
|