瀏覽代碼

[sql][修改][删除成长值及积分规则语句]

release_toaliyun_real
gongbiao 7 年之前
父節點
當前提交
3f8c5f27b6
共有 1 個文件被更改,包括 0 次插入 和 4 次删除
  1. +0
    -4
      mallinkAdmin/src/main/resources/db/migration/V201907301905__ALTER_SCORE.sql

+ 0
- 4
mallinkAdmin/src/main/resources/db/migration/V201907301905__ALTER_SCORE.sql 查看文件

@@ -1,4 +0,0 @@
update wx_score_rules set rules =JSON_ARRAY_APPEND(rules,'$[1].childs','{"desc": "线上交易0元", "step": 1, "limit": 0, "score": 0, "title": "数码家电", "businessId": 11}')
where type=2 and json_contains_path(rules,'one','$[1].childs')=1;
update wx_score_rules set rules =JSON_ARRAY_APPEND(rules,'$[1].childs','{"desc": "线上交易0元", "step": 1, "limit": 0, "score": 0, "title": "数码家电", "businessId": 11}')
where type=1 and json_contains_path(rules,'one','$[1].childs')=1;

Loading…
取消
儲存