rcs-sys/loan-parent/db/rec_loan/05-OSS功能改造/003-check_rec_loan_20220512.sql
2025-03-07 16:23:56 +08:00

16 lines
772 B
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- 检查字段【biz_coop_sftp_config表 prd_code字段可为空】
-- 检查字段【biz_coop_sftp_config表 coop_no字段可为空】
-- 检查字段是否增加【bam_file_store表新增字段oss_url(OSS文件外链URL)】
SELECT oss_url from bam_file_store;
-- 检查字段是否增加【bam_file_store表新增字段file_store_type(文件存储类型)】
SELECT file_store_type from bam_file_store;
-- sftp配置修改
SELECT * FROM `rec_loan`.`biz_coop_sftp_config` WHERE id ='6';
-- 检查影像平台上传配置
SELECT * FROM `rec_loan`.`sys_option` WHERE id in ('20573921493361098752','20574237207263444992','20576785431765450752','20576785604356866048','20576785745352589312','20576785830132056064','20576785949816520704','20617685846044180480');