|
|
|
@ -159,6 +159,7 @@ public class StudyFormPlanServiceImpl extends ServiceImpl |
|
|
|
throw new ServiceException("只能操作自己的表单"); |
|
|
|
} |
|
|
|
studyFormPlanOld.setBdmc(studyFormPlan.getBdmc()); |
|
|
|
studyFormPlanOld.setBdsm(studyFormPlan.getBdsm()); |
|
|
|
studyFormPlanOld.setTemplateId(studyFormPlan.getTemplateId()); |
|
|
|
studyFormPlanOld.setBdnr(studyFormPlan.getBdnr()); |
|
|
|
studyFormPlanOld.setBdzt(StudyFormPlanBdztEnum.tbz.getValue()); |
|
|
|
@ -211,6 +212,7 @@ public class StudyFormPlanServiceImpl extends ServiceImpl |
|
|
|
studyFormPlanOld.setBdmc(studyFormPlan.getBdmc()); |
|
|
|
studyFormPlanOld.setTemplateId(studyFormPlan.getTemplateId()); |
|
|
|
studyFormPlanOld.setBdnr(studyFormPlan.getBdnr()); |
|
|
|
studyFormPlanOld.setBdsm(studyFormPlan.getBdsm()); |
|
|
|
studyFormPlanOld.setBdzt(StudyFormPlanBdztEnum.tbz.getValue()); |
|
|
|
this.updateById(studyFormPlanOld); |
|
|
|
result = studyFormPlanOld; |
|
|
|
|