|
|
@@ -634,6 +634,9 @@ public class AppPlanServiceImpl extends ServiceImpl<AppPlanMapper, AppPlan> impl
|
|
|
plan.setDistributePlanStatus(app.getDistributePlanStatus());
|
|
|
plan.setCount(app.getCount());
|
|
|
plan.setBuildTaskNow(app.getBuildTaskNow());
|
|
|
+ plan.setPlanCreateOrgId(app.getPlanCreateOrgId());
|
|
|
+ plan.setPlanOfOrgId(app.getPlanOfOrgId());
|
|
|
+ plan.setPlanOfOrgType(app.getPlanOfOrgType());
|
|
|
return plan;
|
|
|
}
|
|
|
|