fix: test
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user