fix:捆扎优化
This commit is contained in:
@@ -271,7 +271,7 @@ public class LashManageServiceImpl implements LashManageService {
|
|||||||
// 查询木箱信息
|
// 查询木箱信息
|
||||||
BstIvtBoxinfo boxDao = iBstIvtBoxinfoService.getOne(
|
BstIvtBoxinfo boxDao = iBstIvtBoxinfoService.getOne(
|
||||||
new QueryWrapper<BstIvtBoxinfo>().lambda()
|
new QueryWrapper<BstIvtBoxinfo>().lambda()
|
||||||
.eq(BstIvtBoxinfo::getBox_no, vehicle_ext.getString("box_no"))
|
.eq(BstIvtBoxinfo::getBox_no, vehicle_ext.getString("pcsn"))
|
||||||
);
|
);
|
||||||
|
|
||||||
// 根据木箱料号查询木箱类型信息
|
// 根据木箱料号查询木箱类型信息
|
||||||
|
|||||||
Reference in New Issue
Block a user