imp系统运维用到的sql文件版本仓库
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

接口查询.txt 521B

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