Explorar o código

mvp: 城市获取逻辑调整

Signed-off-by: binren <zhangbr@elab-plus.com>
binren %!s(int64=5) %!d(string=hai) anos
pai
achega
81622b34c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mvp.py

+ 1 - 1
mvp.py

@@ -215,7 +215,7 @@ class Mvp:
                 OR a.score = b.sub_option_id
             )
             AND a.uuid = %s
-            AND b.father_id = 249
+            AND b.father_id in (249, 254)
             AND a. STATUS = b. STATUS = 1
     '''