|
|
@@ -387,6 +387,7 @@ public class ReleaseProductByBatchController {
|
|
|
if (loading == null || !Boolean.valueOf(loading.toString())) {
|
|
|
session.setAttribute("load-error-ing", true);
|
|
|
}
|
|
|
+ modelAndView = new ModelAndView();
|
|
|
modelAndView.addObject("data", releaseProductByBatchService.findFailureReleaseProductByBatch(batch));
|
|
|
String url ="";
|
|
|
if (null != isPerson && isPerson.intValue() == IntegerConstant.YES_SHORT.intValue()) {
|
|
|
@@ -443,6 +444,7 @@ public class ReleaseProductByBatchController {
|
|
|
if (loading == null || !Boolean.valueOf(loading.toString())) {
|
|
|
session.setAttribute("load-error-ing", true);
|
|
|
}
|
|
|
+ modelAndView = new ModelAndView();
|
|
|
modelAndView.addObject("data", releaseProductByBatchService.findFailureReleaseProductByBatch(batch));
|
|
|
String url = "classpath:jxls-tpl/trade/products-error";
|
|
|
modelAndView.setView(new JxlsExcelView(url, "修改失败产品-优软商城"));
|