注释掉离线数据上传入库的代码(因为现阶段用的库并没有切换)

This commit is contained in:
guofeihu
2024-08-05 16:40:04 +08:00
parent c1d351498d
commit 843bbc338c
2 changed files with 17 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ public class EventController extends BaseController {
}
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
@GetMapping("/saveBatchEventList")
@PostMapping("/saveBatchEventList")
@ApiOperation("批量新增事件")
@ApiImplicitParam(name = "csEventPOS", value = "事件集合", required = true)
public HttpResult<String> saveBatchEventList(@RequestBody List<CsEventPO> csEventPOS) {