|
|
@ -289,7 +289,7 @@ public class StaffPatrolRecordServiceImpl extends BaseServiceImpl<StaffPatrolRec |
|
|
|
staffPatrolMQMsg.setActionType(userPatrolStop); |
|
|
|
|
|
|
|
boolean b = SendMqMsgUtil.build().openFeignClient(epmetMessageOpenFeignClient).sendPatrolMqMsg(staffPatrolMQMsg); |
|
|
|
if (b) { |
|
|
|
if (!b) { |
|
|
|
log.error( "发送{}巡查消息到mq失败,patrolId:{}", userPatrolStop, record.getId()); |
|
|
|
} |
|
|
|
} |
|
|
|