记得上下班打卡 | git大法好,push需谨慎

Commit 1e7ad4cd authored by 胡佳晨's avatar 胡佳晨

提交 数据迁移

parent d90ef62d
......@@ -2,16 +2,11 @@ package com.liquidnet.service.platform.controller.kylin;
import com.liquidnet.service.base.ResponseDto;
import com.liquidnet.service.platform.service.impl.kylin.DataImpl;
import com.liquidnet.service.slime.dto.vo.SlimeFieldAppliesVo;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mongodb.core.query.Criteria;
import org.springframework.data.mongodb.core.query.Query;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
......@@ -22,8 +17,6 @@ public class DataController {
@Autowired
private DataImpl data;
@Autowired
private MongoTemplate mongoTemplate;
@PostMapping("fieldData")
@ApiOperation("场地数据迁移")
......
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