Commit 5134e66d by jinxin

转移接口处理

parent 3f4c3373
...@@ -997,6 +997,9 @@ public class StaffApiServiceImpl implements StaffApiService { ...@@ -997,6 +997,9 @@ public class StaffApiServiceImpl implements StaffApiService {
failedList.add(stringMap); failedList.add(stringMap);
} }
} }
result.setSuccessNum(successNum);
result.setFailedNum(failedNum);
result.setFailedList(failedList);
return com.gic.api.base.commons.ServiceResponse.success(result); return com.gic.api.base.commons.ServiceResponse.success(result);
} }
return com.gic.api.base.commons.ServiceResponse.failure(listServiceResponse.getCode(),listServiceResponse.getMessage(),result); return com.gic.api.base.commons.ServiceResponse.failure(listServiceResponse.getCode(),listServiceResponse.getMessage(),result);
......
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