Commit 6fd44dcf authored by huyuchen's avatar huyuchen

明细接口改造

parent 457ee202
...@@ -284,7 +284,8 @@ public class TForecastLibraryController { ...@@ -284,7 +284,8 @@ public class TForecastLibraryController {
**/ **/
@Operation(summary = "定时任务推送社保预估明细的数据", description = "定时任务推送社保预估明细的数据") @Operation(summary = "定时任务推送社保预估明细的数据", description = "定时任务推送社保预估明细的数据")
@SysLog("定时任务推送社保预估明细的数据") @SysLog("定时任务推送社保预估明细的数据")
@PostMapping("/createForecastInfo") @Inner
@PostMapping("/inner/createForecastInfo")
public void createForecastInfo() { public void createForecastInfo() {
tForecastLibraryService.createForecastInfo(); tForecastLibraryService.createForecastInfo();
} }
......
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