|
@@ -288,8 +288,7 @@ public class XxlJobService {
|
|
|
+ "planName: " + producePlanMap.get(planId) + "\n"
|
|
|
+ "前一天审核数量: " + yesterdayAuditNum + "\n"
|
|
|
+ "前一天审核通过数量: " + yesterdayAuditPassNum + "\n"
|
|
|
- + "当前待审核数量: " + waitingAuditNum + "\n"
|
|
|
- + "<at user_id=\"all\">所有人</at> ");
|
|
|
+ + "当前待审核数量: " + waitingAuditNum);
|
|
|
}
|
|
|
return ReturnT.SUCCESS;
|
|
|
}
|