注释掉离线数据上传入库的代码(因为现阶段用的库并没有切换)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user