9 lines
1.0 KiB
MySQL
Raw Normal View History

2025-03-07 16:23:56 +08:00
select if(count(1)=0,'true','false') '是否执行成功' from prd_base_info where acct_type= 'ZY' and prd_code = 'RXX110001';
select if(count(1)=0,'true','false') '是否执行成功' from pay_credit_app where acct_type= 'ZY' and prd_code = 'RXX110001';
select if(count(1)=0,'true','false') '是否执行成功' from biz_cus_acct where cont_no in (select cont_no from ctr_loan_cont where prd_code = 'RXX110001') and acct_type = 'ZY';
select if(count(1)=0,'true','false') '是否执行成功' from pay_payout_app where prd_code = 'RXX110001' and acct_type = 'ZY';
select if(count(1)=0,'true','false') '是否执行成功' from biz_cus_acct where acct_no = '6217922671530666' and open_org_no is null;
select if(count(1)=0,'true','false') '是否执行成功' from fac_loan_duebill where prd_code = 'RXX110001';
select if(count(1)=0,'true','false') '是否执行成功' from biz_accounting_record where accounting_stats = '1';
select if(count(1)=0,'true','false') '是否执行成功' from biz_accounting_detail where id in ('616666160875839488','616667171132678144');