Time : 22:59:14
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
Raw SQL : select p.*,b.* from tbl_bank_payment as p join tbl_bankaccountdetail as b where p.bankaccountdetail_id = b.bankaccountdetail_id  and p.payment_status='0' and p.bankaccountdetail_id =
