Commit 78736a22 authored by hongguangwu's avatar hongguangwu

MVP1.7.0 批量更新档案

parent c24048da
......@@ -3718,7 +3718,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
//数据保存
return R.ok();
} else {
return R.failed(errorList);
return new R<>(CommonConstants.TWO_INT, "含失败的全部数据:", errorList);
}
} else {
return R.failed("未识别到表格内容行!请检查表格!");
......
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