This commit is contained in:
yuqh 2025-03-27 09:49:52 +08:00
parent 19d23fde97
commit c2efd012ea
1 changed files with 1 additions and 1 deletions

View File

@ -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)){