fix: 测试修改

This commit is contained in:
2024-09-23 14:58:04 +08:00
parent 09ea6a4a21
commit f8ed3fa0ee

View File

@@ -182,7 +182,7 @@ public class RawFoilPdaServiceImpl implements RawFoilPdaService {
if (ObjectUtil.isEmpty(sbPoint)) {
throw new BadRequestException("生箔位:" + pointCode + " 不存在,请检查是否被锁住!");
}
// 创建工单
// todo: 暂时写死,创建工单
PdmBiRawfoilworkorder rawOrder = new PdmBiRawfoilworkorder();
rawOrder.setWorkorder_id(IdUtil.getSnowflake(1,1).nextIdStr());
rawOrder.setContainer_name(orderCode);