|
|
|
@ -626,6 +626,9 @@ public class SjServiceImpl extends ServiceImpl implements ISjServi |
|
|
|
sj.setYxzqdw(studyFormFillResource.getYxzqdw()); |
|
|
|
if(sj.getId() == null) { |
|
|
|
this.save(sj); |
|
|
|
sjList.add(sj); |
|
|
|
sjMap.put(sj.getBh(), sj); |
|
|
|
|
|
|
|
// 稽查轨迹 |
|
|
|
SjJcgj sjJcgj = sjJcgjService.genJcgj(sj.getId(), JcgjlxEnum.lc.getValue(), "配制完成", "Formulation Completed", |
|
|
|
JcmcysEnum.green.getValue(), null, null, qmr); |
|
|
|
@ -634,8 +637,6 @@ public class SjServiceImpl extends ServiceImpl implements ISjServi |
|
|
|
// 台账 |
|
|
|
SjTz sjTz = sjTzService.genTz(sj.getId(), "配制完成", "Formulation Completed", sj.getKc(), sj.getKcdw(), null, qmr); |
|
|
|
tzList.add(sjTz); |
|
|
|
|
|
|
|
|
|
|
|
} else { |
|
|
|
this.updateById(sj); |
|
|
|
} |
|
|
|
|