Commit b41a06c3 authored by 位宇华's avatar 位宇华

修改利润数据同步

parent 5d59004f
...@@ -15,6 +15,11 @@ public class ProfitDataSyncController { ...@@ -15,6 +15,11 @@ public class ProfitDataSyncController {
this.profitDataSyncService = profitDataSyncService; this.profitDataSyncService = profitDataSyncService;
} }
/**
* 利润数据同步
*
* @return
*/
@PostMapping("/profit/data/sync") @PostMapping("/profit/data/sync")
public Object profitDataSync() { public Object profitDataSync() {
return profitDataSyncService.profitSync(); return profitDataSyncService.profitSync();
......
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