Commit 0c0003a7 authored by zuoyh's avatar zuoyh

Merge branch 'saff_update_feature' into dev

parents 2ff4f531 93801ca3
...@@ -51,12 +51,8 @@ public class AppShareholderDetailController { ...@@ -51,12 +51,8 @@ public class AppShareholderDetailController {
return ObjectRestResponse.createFailedResult(1001, "导入不能没数据!!!"); return ObjectRestResponse.createFailedResult(1001, "导入不能没数据!!!");
} }
// appShareholderData.remove(0); // appShareholderData.remove(0);
try { return ObjectRestResponse.succ(appShareholderDetailBiz.importShareholder(appShareholderData, operatorId))
int effectSize = appShareholderDetailBiz.importShareholder(appShareholderData, operatorId); ;
return ObjectRestResponse.succ(effectSize);
} catch (BaseException ex) {
return ObjectRestResponse.createDefaultFail();
}
} catch (Exception e) { } catch (Exception e) {
throw new BaseException(e); throw new BaseException(e);
} }
......
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