This commit is contained in:
parent
19d23fde97
commit
c2efd012ea
|
@ -66,7 +66,7 @@ public class KunBNingBBankPluginInitializer extends PluginBaseEntity{
|
|||
String dataSourceCode = "KUNBOA";
|
||||
oaBillEntity.setDataSourceCode(dataSourceCode);
|
||||
StringBuffer stringBuffer = new StringBuffer();
|
||||
stringBuffer.append("select * from v_hzya_pay where payState ='1'");
|
||||
stringBuffer.append("select * from v_hzya_pay_state where payState ='1'");
|
||||
try {
|
||||
List<HashMap<String, Object>> hashMaps = payBillDao.getOaBillData(stringBuffer.toString(),oaBillEntity);
|
||||
if(CollectionUtils.isNotEmpty(hashMaps)){
|
||||
|
|
Loading…
Reference in New Issue