Commit c8dfc7fb authored by Smile's avatar Smile

bug332 编辑包裹,点击保存按钮报系统异常,快递公司非必变项

parent 74cf138f
......@@ -214,9 +214,6 @@ public class ConsServiceImpl extends AbstractService<ConsMapper, ConsDO> impleme
if (updateReqVO.getExpressNo() == null) {
throw exception(30004, "包裹快递号不能为空");
}
if (updateReqVO.getExpressId() == null) {
throw exception(30004, "请选择快递公司");
}
if (updateReqVO.getTransportId() == null && updateReqVO.getConsigneeCityId() == null) {
throw exception(30004, "请选择运输方式或目的城市");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment