|
|
|
@ -7,12 +7,10 @@ import com.thing.common.orm.service.impl.BaseServiceImpl; |
|
|
|
import com.thing.qingyuan.carbon.dto.QyCarbonSumQuotaInfoDTO; |
|
|
|
import com.thing.qingyuan.carbon.entity.QyCarbonQuotaInfoEntity; |
|
|
|
import com.thing.qingyuan.carbon.mapper.QyCarbonQuotaInfoMapper; |
|
|
|
import com.thing.qingyuan.carbon.mapper.QyRegionMapper; |
|
|
|
import com.thing.qingyuan.carbon.service.QyCarbonQuotaInfoService; |
|
|
|
import com.thing.qingyuan.carbon.util.Constant; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
import javax.annotation.Resource; |
|
|
|
import java.math.BigDecimal; |
|
|
|
import java.math.RoundingMode; |
|
|
|
import java.util.*; |
|
|
|
@ -23,10 +21,6 @@ import static com.thing.qingyuan.carbon.entity.table.QyCarbonQuotaInfoEntityTabl |
|
|
|
@Service |
|
|
|
public class QyCarbonQuotaInfoServiceImpl extends BaseServiceImpl<QyCarbonQuotaInfoMapper, QyCarbonQuotaInfoEntity> implements QyCarbonQuotaInfoService { |
|
|
|
|
|
|
|
|
|
|
|
@Resource |
|
|
|
private QyRegionMapper qyRegionMapper; |
|
|
|
|
|
|
|
@Override |
|
|
|
public QueryWrapper getWrapper(Map<String, Object> params) { |
|
|
|
QueryWrapper queryWrapper = new QueryWrapper(); |
|
|
|
|