|
@@ -4,15 +4,9 @@ import cn.hutool.core.convert.Convert;
|
|
|
import cn.hutool.core.date.DateField;
|
|
import cn.hutool.core.date.DateField;
|
|
|
import cn.hutool.core.date.DateUtil;
|
|
import cn.hutool.core.date.DateUtil;
|
|
|
import com.td.boss.common.pojo.Result;
|
|
import com.td.boss.common.pojo.Result;
|
|
|
-import com.td.boss.common.service.ComConfigService;
|
|
|
|
|
import com.td.boss.config.enums.ResultEnum;
|
|
import com.td.boss.config.enums.ResultEnum;
|
|
|
import com.td.boss.game.comconfigland.pojo.ComConfigLand;
|
|
import com.td.boss.game.comconfigland.pojo.ComConfigLand;
|
|
|
import com.td.boss.game.comconfigland.service.ComConfigLandService;
|
|
import com.td.boss.game.comconfigland.service.ComConfigLandService;
|
|
|
-import com.td.boss.game.complayercultivate.pojo.ComPlayerCultivate;
|
|
|
|
|
-import com.td.boss.game.complayercultivate.pojo.ComPlayerCultivateDetail;
|
|
|
|
|
-import com.td.boss.game.complayercultivate.repository.ComPlayerCultivateDetailRepository;
|
|
|
|
|
-import com.td.boss.game.complayercultivate.repository.ComPlayerCultivateRepository;
|
|
|
|
|
-import com.td.boss.game.complayercultivate.vo.*;
|
|
|
|
|
import com.td.boss.game.complayerland.pojo.ComPlayerLand;
|
|
import com.td.boss.game.complayerland.pojo.ComPlayerLand;
|
|
|
import com.td.boss.game.complayerland.service.ComPlayerLandService;
|
|
import com.td.boss.game.complayerland.service.ComPlayerLandService;
|
|
|
import com.td.boss.util.DappUtil;
|
|
import com.td.boss.util.DappUtil;
|
|
@@ -24,7 +18,6 @@ import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
|
-import java.util.List;
|
|
|
|
|
|
|
|
|
|
@Service
|
|
@Service
|
|
|
@Slf4j
|
|
@Slf4j
|
|
@@ -35,10 +28,10 @@ public class ComPlayerCultivateSerivceImpl implements ComPlayerCultivateSerivce
|
|
|
private ComPlayerLandService comPlayerLandService;
|
|
private ComPlayerLandService comPlayerLandService;
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private ComConfigLandService comConfigLandService;
|
|
private ComConfigLandService comConfigLandService;
|
|
|
- @Autowired
|
|
|
|
|
- private ComPlayerCultivateRepository cultivateRepository;
|
|
|
|
|
- @Autowired
|
|
|
|
|
- private ComPlayerCultivateDetailRepository cultivateDetailRepository;
|
|
|
|
|
|
|
+// @Autowired
|
|
|
|
|
+// private ComPlayerCultivateRepository cultivateRepository;
|
|
|
|
|
+// @Autowired
|
|
|
|
|
+// private ComPlayerCultivateDetailRepository cultivateDetailRepository;
|
|
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private RedisLock redisLock;
|
|
private RedisLock redisLock;
|