|
|
|
@ -147,7 +147,7 @@ public class IoAddInoutService {
|
|
|
|
|
//三期校验
|
|
|
|
|
String checkOriginMsg = checkOriginCode(warehouseEntity);
|
|
|
|
|
if (StrUtil.isNotEmpty(checkOriginMsg)) {
|
|
|
|
|
orderEntity.setErrMsg("checkOriginMsg");
|
|
|
|
|
orderEntity.setErrMsg(checkOriginMsg);
|
|
|
|
|
orderEntity.setStatus(ConstantStatus.ORDER_STATS_ERROR);
|
|
|
|
|
orderEntity.setUpdateTime(new Date());
|
|
|
|
|
orderService.update(orderEntity);
|
|
|
|
|