add workflow 泰克CRM,dev

This commit is contained in:
root 2024-04-29 13:55:03 +08:00
parent 17de95be74
commit 5228669c88
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
/*Brilliance stems from wisdoms. */
/*************Head Section**************************************************************************/
/*Script Use: Periodically load data to :d_crm_contact(CRM联系信息) */
/*Create Date:2024-04-29 13:51:17 */
/*Create Date:2024-04-29 13:54:27 */
/*SDM Developed By: dev */
/*SDM Developed Date: 2024-01-18 */
/*SDM Checked By: dev */
@ -128,7 +128,7 @@ SELECT
,COALESCE(TRIM(p0.job_function),'') /*job_function*/
,COALESCE(TRIM(p0.suffix_info),'') /*suffix_info*/
,COALESCE(TRIM(p0.address_detail),'') /*address_detail*/
,coalesce(p1.area_cn,p0.city_name) /*city_name*/
,COALESCE(TRIM(p0.city_name),'') /*city_name*/
,COALESCE(TRIM(p0.prov_name),'') /*prov_name*/
,COALESCE(TRIM(p0.post_cd),'') /*post_cd*/
,COALESCE(TRIM(p0.country_name),'') /*country_name*/