add:PC组盘

This commit is contained in:
2025-11-26 19:58:56 +08:00
parent 4e30f7bfd4
commit a1ad41478d

View File

@@ -95,6 +95,7 @@ public class MdPbGroupplateServiceImpl extends ServiceImpl<MdPbGroupplateMapper,
dto.setCreate_time(DateUtil.now());
this.save(dto);
} else {
// 组盘
String vehicle_code = dto.getVehicle_code();
if (ObjectUtil.isEmpty(vehicle_code)) {