|
|
@@ -728,13 +728,6 @@ public class ApplyPlanServiceImpl extends ServiceImpl<ApplyPlanMapper, ApplyPlan |
|
|
|
JobStartVO jobStartVO = YinDaoHttpUtils.appStart(applyStartBO); |
|
|
|
ApplyPlan updateApplyPlan = new ApplyPlan(); |
|
|
|
updateApplyPlan.setId(runApplyPlan.getId()); |
|
|
|
try{ |
|
|
|
updateApplyPlan.setCreateBy(SecurityUtils.getUsername()); |
|
|
|
updateApplyPlan.setCreateTime(new Date()); |
|
|
|
}catch (Exception e){ |
|
|
|
updateApplyPlan.setCreateBy("系统创建"); |
|
|
|
updateApplyPlan.setCreateTime(new Date()); |
|
|
|
} |
|
|
|
updateApplyPlan.setUpdateBy("系统修改"); |
|
|
|
updateApplyPlan.setUpdateTime(new Date()); |
|
|
|
updateApplyPlan.setStartTime(new Date()); |
|
|
|