Commit e5522735 by zhangxingmin

push

parent 6b0cb223
...@@ -195,7 +195,7 @@ public class ApiSalaryController implements ApiSalaryFeignClient { ...@@ -195,7 +195,7 @@ public class ApiSalaryController implements ApiSalaryFeignClient {
*/ */
@Override @Override
public Result<ApiSalaryExportResponse> export(ApiSalaryExportRequest request) { public Result<ApiSalaryExportResponse> export(ApiSalaryExportRequest request) {
return null; return apiSalaryService.export(request);
} }
} }
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