Browse Source

给难点赌点加上demo调用

dev_shibei_match
wangchao 5 years ago
parent
commit
bf6d0b584f
  1. 10
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/controller/DemoController.java

10
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/controller/DemoController.java

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

Loading…
Cancel
Save