Merge remote-tracking branch '惠信/develop' into develop
This commit is contained in:
commit
adea595f5d
|
|
@ -343,7 +343,7 @@ public class QrCodeMasterController extends BaseController {
|
|||
.eq(WmsQrCodeMaster::getParentBarcodeId, qrCodeMaster.getId())
|
||||
.in(WmsQrCodeMaster::getProcessStage, request.getProcessStage())
|
||||
.list();
|
||||
VUtil.trueThrowBusinessError(ObjectUtil.isNull(qrCodeMasters))
|
||||
VUtil.trueThrowBusinessError(CollectionUtil.isEmpty(qrCodeMasters))
|
||||
.throwMessage("此箱[" + request.getPackageCode() + "]为空箱");
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue