소스 검색

mvp: sql update

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 년 전
부모
커밋
027f728a78
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mvp.py

+ 1 - 1
mvp.py

@@ -204,7 +204,7 @@ class Mvp:
                 a.score = b.score
                 OR a.score = b.sub_option_id
             )
-            AND a.uuid = 'ae9db26b-3606-497c-83c5-56341d487a91'
+            AND a.uuid = %s
             AND b.father_id = 249
             AND a. STATUS = b. STATUS = 1
     '''