接口查询
select * from SGGMINFT.inf_cust_ctrl where create_time         >'20251223'  -- 客商新增/变更申请 opCode N是新增 R是变更
select * from SGGMINFT.inf_cust_add where create_time          >'20251223'  -- 客商新增变更反馈信息 return_Code Y是成功 N是失败
select * from SGGMINFT.inf_cust_bank where create_time         >'20251223'  -- 银行新增申请
select * from SGGMINFT.inf_custbank_add where create_time      >'20251223'; -- 银行新增反馈 return_Code 1是驳回 0是成功
