|
|
@ -92,7 +92,7 @@ public class MesContainerSnBindController {
|
|
|
|
ValidatorBean.checkNotNull(model.getUserName(), "操作人不能为空");
|
|
|
|
ValidatorBean.checkNotNull(model.getUserName(), "操作人不能为空");
|
|
|
|
ValidatorBean.checkNotNull(model.getPackageDetails(), "请选择要删除的条码");
|
|
|
|
ValidatorBean.checkNotNull(model.getPackageDetails(), "请选择要删除的条码");
|
|
|
|
model = containerSnBindService.doDeleteDetails(model);
|
|
|
|
model = containerSnBindService.doDeleteDetails(model);
|
|
|
|
return ResultBean.success("删除成功成功").setResultObject(model);
|
|
|
|
return ResultBean.success("删除成功").setResultObject(model);
|
|
|
|
} catch (ImppBusiException imppException) {
|
|
|
|
} catch (ImppBusiException imppException) {
|
|
|
|
return ResultBean.fail(imppException);
|
|
|
|
return ResultBean.fail(imppException);
|
|
|
|
} catch (Exception e) {
|
|
|
|
} catch (Exception e) {
|
|
|
|