|
@@ -413,7 +413,7 @@ public class SafetyCheckJobBusiness extends TaskCreatingServiceImplBase<CoreSafe
|
|
|
vo.setCount((int) i);
|
|
vo.setCount((int) i);
|
|
|
vo.setPlanCycle(Math.toIntExact(plan.getPlanCycle()));
|
|
vo.setPlanCycle(Math.toIntExact(plan.getPlanCycle()));
|
|
|
//任务名称去除为1
|
|
//任务名称去除为1
|
|
|
- if (coun == 1 && i == 1) {
|
|
|
|
|
|
|
+ if (coun == 1) {
|
|
|
vo.setPlanName(plan.getPlanName());
|
|
vo.setPlanName(plan.getPlanName());
|
|
|
} else {
|
|
} else {
|
|
|
vo.setPlanName(plan.getPlanName() + "第" + i + "次");
|
|
vo.setPlanName(plan.getPlanName() + "第" + i + "次");
|