|
@@ -588,7 +588,7 @@ public class TimingTask {
|
|
|
return;
|
|
|
}
|
|
|
DateTimeFormatter df=DateTimeFormatter.ofPattern("yyyy-MM-dd");
|
|
|
- LocalDate start=LocalDate.now().minusDays(10);
|
|
|
+ LocalDate start=LocalDate.now().minusDays(30);
|
|
|
LocalDate end=LocalDate.now();
|
|
|
JSONArray jsonArrayFilter = new JSONArray();
|
|
|
JSONObject filter1 = new JSONObject();
|
|
@@ -902,7 +902,7 @@ public class TimingTask {
|
|
|
String approvalInfoDetailResp = wxCorpInfoService.getApprovalInfoDetail(7, codeNum);
|
|
|
JSONObject approvalInfoDetail = JSONObject.parseObject(approvalInfoDetailResp);
|
|
|
JSONObject info = approvalInfoDetail.getJSONObject("info");
|
|
|
- JSONObject applyer = info.getJSONObject("applyer");
|
|
|
+ JSONObject applyer = info.getJSONObject("applyer");//申请人
|
|
|
String userid = applyer.getString("userid");
|
|
|
//过滤审核状态只需要审核通过的数据
|
|
|
int sp_status = info.getIntValue("sp_status");
|