退货单-没有物料不做错误校验
This commit is contained in:
parent
228e32762f
commit
6a63d58d00
|
|
@ -310,11 +310,11 @@ public class ThdServiceImpl implements ITuiHuoApi {
|
||||||
// return result;
|
// return result;
|
||||||
// }
|
// }
|
||||||
//未添加退货物料检测
|
//未添加退货物料检测
|
||||||
if (CollectionUtils.isEmpty(gwcList)) {
|
// if (CollectionUtils.isEmpty(gwcList)) {
|
||||||
result.put("status", "faild");
|
// result.put("status", "faild");
|
||||||
result.put("message", "未添加物料");
|
// result.put("message", "未添加物料");
|
||||||
return result;
|
// return result;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
//处理数据 主表当前数据:main
|
//处理数据 主表当前数据:main
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue