|
|
|
@ -272,6 +272,8 @@ public class ZyjhController {
|
|
|
|
|
|
|
|
|
|
//生成零件信息
|
|
|
|
|
for (DmYdjh item : list) {
|
|
|
|
|
List<DmYdjhLj> ljList = zyjhService.createLj(item.getDcCh(), item.getDcPl(), item.getTzbh());
|
|
|
|
|
|
|
|
|
|
//兼容老系统回报的数据
|
|
|
|
|
int count = mpDhsjServcie.count(Wrappers.<MpDhsj>lambdaQuery()
|
|
|
|
|
.eq(MpDhsj::getDcCh,item.getDcCh())
|
|
|
|
@ -283,7 +285,6 @@ public class ZyjhController {
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
List<DmYdjhLj> ljList = zyjhService.createLj(item.getDcCh(), item.getDcPl(), item.getTzbh());
|
|
|
|
|
//质量跟踪数据
|
|
|
|
|
List<MpDhsj> collect = new ArrayList<>();
|
|
|
|
|
String date = DateUtil.date().toString("yyyy/MM/dd");
|
|
|
|
|