|
@@ -158,7 +158,7 @@ public class FinanceTimedTask {
|
|
|
map.put("zfpId",zfpId);
|
|
|
//融信信息
|
|
|
List<Map> list = financeTimedTaskService.selectFinanceInfList(map);
|
|
|
- System.out.println("list5==========>"+list);
|
|
|
+ System.out.println("list测试5==========>"+list);
|
|
|
if(list.size()>0){
|
|
|
for(Map res :list){
|
|
|
//主键
|
|
@@ -194,7 +194,8 @@ public class FinanceTimedTask {
|
|
|
map1.put("失效期",zfiEffectiveDate);
|
|
|
// JSONObject jsonObject = new JSONObject(map1);
|
|
|
String json = JSONObject.toJSONString(map1);
|
|
|
- remoteSystemService.sendAliMessage(phone,mould,json,"");
|
|
|
+ System.out.println("测试map==========>"+map1);
|
|
|
+ remoteSystemService.sendAliMessage(phone,"rongxindaoqi",json,"");
|
|
|
}
|
|
|
}
|
|
|
}
|