|
|
@@ -1544,8 +1544,7 @@ public class CoreServiceImpl implements CoreService {
|
|
|
"计划名称:%s \n" +
|
|
|
"pushId:%s \n" +
|
|
|
"失败信息:%s ",
|
|
|
- pushId, pushStatusVO.getErrorMsg(), planAccount.getAccountName(),
|
|
|
- planAccount.getPlanId(), planAccount.getPlanName());
|
|
|
+ planAccount.getAccountName(), planAccount.getPlanId(), planAccount.getPlanName(), pushId, pushStatusVO.getErrorMsg());
|
|
|
LarkRobotUtil.sendMessage(message);
|
|
|
}
|
|
|
}
|