rev:退货入库行架任务
This commit is contained in:
@@ -341,11 +341,12 @@ public class InBoxManageServiceImpl implements InBoxManageService {
|
||||
new QueryWrapper<BstIvtBoxinfo>().lambda()
|
||||
.eq(BstIvtBoxinfo::getBox_no, whereJson.getString("box_no"))
|
||||
);
|
||||
boxDao.setIs_packing("1");
|
||||
iBstIvtBoxinfoService.updateById(boxDao);
|
||||
|
||||
if (boxDao == null) {
|
||||
throw new BadRequestException("木箱不存在!");
|
||||
}
|
||||
boxDao.setIs_packing("1");
|
||||
iBstIvtBoxinfoService.updateById(boxDao);
|
||||
|
||||
// 下发桁架任务
|
||||
JSONObject taskParam = new JSONObject();
|
||||
|
||||
Reference in New Issue
Block a user