|
@@ -1184,7 +1184,7 @@ public class ApsReportRecordsServiceImpl extends ServiceImpl<ApsReportRecordsDao
|
|
|
String jgcs = apsReportMachiningService.selectJgcsByReportId(apsReportRecordsDo.getId());
|
|
|
String jccs = apsReportCheckoutService.selectJccsByReportId(apsReportRecordsDo.getId());
|
|
|
apsReportRecordsDo.setReportjgcs(jgcs);
|
|
|
- apsReportRecordsDo.setReportjgcs(jccs);
|
|
|
+ apsReportRecordsDo.setReportjccs(jccs);
|
|
|
this.updateById(apsReportRecordsDo);
|
|
|
|
|
|
// //物理删除原来的报工记录输出物料
|