Browse Source

完善流程办理时终止等功能

master
yxt_djz 3 years ago
parent
commit
b8090b8c93
  1. 2
      anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java

2
anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundService.java

@ -160,6 +160,8 @@ public class ScmApplyInboundService extends MybatisBaseService<ScmApplyInboundMa
scmApplyInboundVehicle.setModelSid(dto.getModelSid());
scmApplyInboundVehicleService.save(scmApplyInboundVehicle);
}
}else{
new ResultBean().fail().setMsg("车辆台数填写不正确");
}
return new ResultBean().success().setMsg("保存成功").setData(inboundVehicle.getSid());
} else { // 修改

Loading…
Cancel
Save