|
@@ -207,7 +207,7 @@ public class MeterialPlanController extends BaseController {
|
|
|
if (failureNum>0){
|
|
|
failureMsg.insert(0, ",失败 "+failureNum+" 条项目表单记录。");
|
|
|
}
|
|
|
- j.setMsg( "已成功导入 "+successNum+" 条项目表单记录"+failureMsg);
|
|
|
+ j.setMsg( "已成功导入");
|
|
|
// } catch (Exception e) {
|
|
|
// j.setSuccess(false);
|
|
|
// j.setMsg("导入失败!失败信息:"+e.getMessage());
|
|
@@ -221,7 +221,7 @@ public class MeterialPlanController extends BaseController {
|
|
|
try {
|
|
|
materialPlanService.updateTime(materialPlan);
|
|
|
j.setSuccess(true);
|
|
|
- j.setMsg("添加成功");
|
|
|
+ j.setMsg("更新成功");
|
|
|
return j;
|
|
|
}catch (Exception e){
|
|
|
e.printStackTrace();
|