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 {
return ObjectRestResponse.createFailedResult(1001, "导入不能没数据!!!");
}
// appShareholderData.remove(0);
try {
int effectSize = appShareholderDetailBiz.importShareholder(appShareholderData, operatorId);
return ObjectRestResponse.succ(effectSize);
} catch (BaseException ex) {
return ObjectRestResponse.createDefaultFail();
}
return ObjectRestResponse.succ(appShareholderDetailBiz.importShareholder(appShareholderData, operatorId))
;
} catch (Exception 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