|
|
@ -151,22 +151,4 @@ public class FactIndexCollectController { |
|
|
|
factIndexCollectService.insertDeptGovrnAbility(formDTO, externalAppRequestParam.getCustomerId()); |
|
|
|
return new Result(); |
|
|
|
} |
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
String a = "202009"; |
|
|
|
System.out.println(a.substring(0,4)); |
|
|
|
System.out.println(a.substring(4,6)); |
|
|
|
|
|
|
|
int[] aa = new int[2]; |
|
|
|
System.out.println(aa[0]); |
|
|
|
System.out.println(aa == null); |
|
|
|
IndexDataMonthlyFormDTO monthlyFormDTO = new IndexDataMonthlyFormDTO(); |
|
|
|
System.out.println(monthlyFormDTO.getIndexTotal()); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("hahaha") |
|
|
|
public Result hahaha(String monthId, String customerId) { |
|
|
|
factIndexCollectService.insertScreenIndexDataMonthlyAndYearly(monthId, customerId); |
|
|
|
return new Result(); |
|
|
|
} |
|
|
|
} |
|
|
|