diff --git a/backend-adminend/.env.development b/backend-adminend/.env.development index d2371aa..3b6e5f2 100644 --- a/backend-adminend/.env.development +++ b/backend-adminend/.env.development @@ -9,7 +9,7 @@ ENV = 'development' # VUE_APP_BASE_API = 'http://jfadmin.wenjinhui.com' # VUE_APP_BASE_API = 'http://jfadmin-bsy.bosenyuan.com' # czc231 项目(宝应晨召春商贸) -VUE_APP_BASE_API = 'https://admin.chenzhaochun.com' +VUE_APP_BASE_API = 'https://jf.chenzhaochun.com' # hapr191 项目(淮安鹏然商贸) # VUE_APP_BASE_API = 'http://jfadmin.hapengran.com' diff --git a/backend-adminend/.env.production b/backend-adminend/.env.production index 0f1110d..69a5374 100644 --- a/backend-adminend/.env.production +++ b/backend-adminend/.env.production @@ -9,7 +9,7 @@ ENV = 'production' # VUE_APP_BASE_API = 'http://jfadmin.xiashengjun.com' # czc231 项目(宝应晨召春商贸) -VUE_APP_BASE_API = 'https://admin.chenzhaochun.com' +VUE_APP_BASE_API = 'https://jf.chenzhaochun.com' # hapr191 项目(淮安鹏然商贸) # VUE_APP_BASE_API = 'http://jfadmin.hapengran.com' diff --git a/backend/crmeb-admin/src/main/resources/application-czc231.yml b/backend/crmeb-admin/src/main/resources/application-czc231.yml index 764acb1..d023e05 100644 --- a/backend/crmeb-admin/src/main/resources/application-czc231.yml +++ b/backend/crmeb-admin/src/main/resources/application-czc231.yml @@ -7,8 +7,8 @@ server: port: 30032 sync: - source-id: shop_e - target-mer-id: 7 + source-id: shop_10 + target-mer-id: 10 spring: datasource: diff --git a/backend/crmeb-admin/src/main/resources/application-hapr191.yml b/backend/crmeb-admin/src/main/resources/application-hapr191.yml index c3e9eaa..7227722 100644 --- a/backend/crmeb-admin/src/main/resources/application-hapr191.yml +++ b/backend/crmeb-admin/src/main/resources/application-hapr191.yml @@ -7,8 +7,8 @@ server: port: 30032 sync: - source-id: shop_e - target-mer-id: 7 + source-id: shop_11 + target-mer-id: 11 spring: datasource: diff --git a/company-czc231-data-imgration.md b/company-czc231-data-imgration.md index ff92abb..76a8165 100644 --- a/company-czc231-data-imgration.md +++ b/company-czc231-data-imgration.md @@ -30,6 +30,8 @@ datasource: - wa_coupon_log 只保留 `user_id` 在用户数据范围内的记录,删除其余数据 +- 写一个sql,在eb_user_integral_record中通过uid字段查询用户,看哪些用户在eb_user中不存在,批量删除这些记录 + ## 相关文件 - company-info.md