银行账号同步
This commit is contained in:
parent
7c7792fe52
commit
663c773772
|
@ -129,8 +129,8 @@ public class NCCToBIPBackgroupWorkPlugin implements IBackgroundWorkPlugin {
|
|||
sel_sql=sel_sql+" and pk_cust in ( select pk_customer from bd_customer where code='"+usercustcode+"')";
|
||||
}else {
|
||||
if(dests!="") {
|
||||
sel_sql=sel_sql+" and ts>'"+dests+"'";
|
||||
// sel_sql=sel_sql+" and ts>'2020-12-31 11:25:14' and ts <'2021-01-31 11:25:14' ";
|
||||
// sel_sql=sel_sql+" and ts>'"+dests+"'";
|
||||
sel_sql=sel_sql+" and ts>'2025-04-11 11:25:14' and ts <'2027-01-31 11:25:14' ";
|
||||
// sel_sql=sel_sql+" and ts>'2021-02-28 09:25:07' and ts <'2021-03-20 09:25:07' ";
|
||||
}
|
||||
}
|
||||
|
@ -294,7 +294,10 @@ public class NCCToBIPBackgroupWorkPlugin implements IBackgroundWorkPlugin {
|
|||
map_add.put("currency", currencydataInfo.get("id"));//需要从bip获取对应的id
|
||||
}
|
||||
map_add.put("stopstatus", map.get("enablestate")=="2"?true:false);
|
||||
l_map_f.add(map_add);
|
||||
if(bankMap!=null) {
|
||||
l_map_f.add(map_add);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}else {
|
||||
|
@ -341,7 +344,9 @@ public class NCCToBIPBackgroupWorkPlugin implements IBackgroundWorkPlugin {
|
|||
}
|
||||
//
|
||||
map_add.put("stopstatus", map.get("enablestate")=="2"?true:false);
|
||||
l_map_f.add(map_add);
|
||||
if(bankMap!=null) {
|
||||
l_map_f.add(map_add);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue