|
|
@@ -115,6 +115,7 @@ public class CoreSafecheckPlanServiceImpl extends ServiceImpl<CoreSafecheckPlanM
|
|
|
plan.setPlanStatus((long) (d.getStatus() > 0 ? 1 : 2));
|
|
|
plan.setDistributePlanStatus(d.getStatus().toString());
|
|
|
plan.setDistributeStatus("1");
|
|
|
+ plan.setPlanCreateOrgId(null);
|
|
|
baseMapper.updateById(plan);
|
|
|
} else {
|
|
|
|