fix: test

This commit is contained in:
2024-08-07 18:58:08 +08:00
parent 01bd8257af
commit 5009ff59c9

View File

@@ -107,7 +107,7 @@ public class RawFoilPdaServiceImpl implements RawFoilPdaService {
log.error("点位 [{}] 已经存在任务!", pointCode); log.error("点位 [{}] 已经存在任务!", pointCode);
throw new BadRequestException("点位[" + pointCode + "]已经存在任务!"); throw new BadRequestException("点位[" + pointCode + "]已经存在任务!");
} }
// 获取生箔工单 01 -> 02 // 获取生箔工单 01 -> 02d
PdmBiRawfoilworkorder rawfoilworkorder = rawfoilworkorderService.getById(workOrderId); PdmBiRawfoilworkorder rawfoilworkorder = rawfoilworkorderService.getById(workOrderId);
rawfoilworkorder.setWind_roll(vehicleCode); rawfoilworkorder.setWind_roll(vehicleCode);
rawfoilworkorder.setStatus("02"); rawfoilworkorder.setStatus("02");