|
@ -20,6 +20,7 @@ import com.epmet.dto.AgencySubTreeDto; |
|
|
import com.epmet.dto.extract.form.ExtractOriginFormDTO; |
|
|
import com.epmet.dto.extract.form.ExtractOriginFormDTO; |
|
|
import com.epmet.dto.extract.form.ExtractScreenFormDTO; |
|
|
import com.epmet.dto.extract.form.ExtractScreenFormDTO; |
|
|
import com.epmet.dto.indexcal.CalculateCommonFormDTO; |
|
|
import com.epmet.dto.indexcal.CalculateCommonFormDTO; |
|
|
|
|
|
import com.epmet.dto.screen.form.ScreenCentralZoneDataFormDTO; |
|
|
import com.epmet.dto.stats.form.CustomerIdAndDateIdFormDTO; |
|
|
import com.epmet.dto.stats.form.CustomerIdAndDateIdFormDTO; |
|
|
import com.epmet.entity.evaluationindex.indexcoll.FactIndexGovrnAblityGridMonthlyEntity; |
|
|
import com.epmet.entity.evaluationindex.indexcoll.FactIndexGovrnAblityGridMonthlyEntity; |
|
|
import com.epmet.entity.evaluationindex.indexcoll.FactIndexPartyAblityGridMonthlyEntity; |
|
|
import com.epmet.entity.evaluationindex.indexcoll.FactIndexPartyAblityGridMonthlyEntity; |
|
@ -795,4 +796,13 @@ public class DemoController { |
|
|
screenProjectQuantityOrgMonthlyService.extractionProjectOrgMonthly(customerId, monthId); |
|
|
screenProjectQuantityOrgMonthlyService.extractionProjectOrgMonthly(customerId, monthId); |
|
|
return new Result(); |
|
|
return new Result(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Autowired |
|
|
|
|
|
private ScreenGrassrootsGovernDataAbsorptionService 难点赌点和用户积分Service; |
|
|
|
|
|
|
|
|
|
|
|
@PostMapping("diff") |
|
|
|
|
|
public Result 难点赌点(@RequestBody ScreenCentralZoneDataFormDTO 参数){ |
|
|
|
|
|
难点赌点和用户积分Service.difficultyDataHub(参数); |
|
|
|
|
|
return new Result(); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|