update:对账消息推送,军保账单统计,退款数据统计
This commit is contained in:
@@ -39,11 +39,12 @@ public class BankGetData implements Job {
|
||||
HashMap<Object, Object> wlifSearchMap = new HashMap<>();
|
||||
wlifSearchMap.put("FUBS", "1");
|
||||
List<HashMap<Object, Object>> thirdFtpConfigList = thirdFtpConfigService.findThirdFtpConfigList(searchMap);
|
||||
List<HashMap<Object, Object>> wlConfigList = thirdFtpConfigService.findWLIF(searchMap);
|
||||
List<HashMap<Object, Object>> wlConfigList = thirdFtpConfigService.findWLIF(wlifSearchMap);
|
||||
|
||||
for (int i = 0; i < thirdFtpConfigList.size(); i++) {
|
||||
|
||||
|
||||
|
||||
HashMap<Object, Object> hashMap = thirdFtpConfigList.get(i);
|
||||
String execute_class = StringDUtil.changeNullToEmpty(hashMap.get("EXECUTE_CLASS"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user