|
@@ -88,8 +88,8 @@ public class ClientController {
|
|
|
mc.setUserId(userId);
|
|
|
mc.setOrganizationId(organizationId);
|
|
|
}
|
|
|
- //clientService.batchInsert(list);
|
|
|
- return Response.ok(list);
|
|
|
+ clientService.batchInsert(list);
|
|
|
+ return Response.ok();
|
|
|
} catch (IOException e) {
|
|
|
return Response.fail(Constant.CODE_BAD_REQUEST, Constant.RET_INPUT_ERROR);
|
|
|
} finally {
|