wangyunpeng hace 2 semanas
padre
commit
2e60123cb4

+ 1 - 2
long-article-server/src/main/java/com/tzld/piaoquan/longarticle/service/local/impl/CoreServiceImpl.java

@@ -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);
             }
         }