Browse Source

党建引领

dev_shibei_match
zxc 5 years ago
parent
commit
658bb10364
  1. 4
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/controller/DemoController.java
  2. 1
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcal/AgencyScoreDao.xml

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

@ -190,7 +190,7 @@ public class DemoController {
@PostMapping("zxc2")
public Result getZxc2(){
indexCalculateCommunityService.calCommunityAll("epmettest", "202008");
indexCalculateCommunityService.calCommunityAll("45687aa479955f9d06204d415238f7cc", "202008");
return new Result();
}
@ -506,7 +506,7 @@ public class DemoController {
@PostMapping("districtZxc")
public void getDistrict(){
String customerId = "b09527201c4409e19d1dbc5e3c3429a1";
String customerId = "45687aa479955f9d06204d415238f7cc";
String monthId = "202008";
indexCalculateDistrictService.calDistrictAll(customerId,monthId);
}

1
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/indexcal/AgencyScoreDao.xml

@ -103,6 +103,7 @@
fact_index_agency_score fics
WHERE
fics.del_flag = '0'
AND fics.AGENCY_ID != '0'
AND fics.customer_id = #{customerId}
AND fics.month_id = #{monthId}
AND fics.index_code = #{indexCode}

Loading…
Cancel
Save