From 8a75bf92b93df0a266654b67b4dfd7fc7a471873 Mon Sep 17 00:00:00 2001 From: liguangyu06 <1666071293@qq.com> Date: Mon, 1 Apr 2024 11:27:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\274\200\346\224\276\347\231\275\345\220\215\345\215\225.py" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/air_case/cmdc_area/f_\346\226\260\345\242\236\347\253\231\347\202\271\345\274\200\346\224\276\347\231\275\345\220\215\345\215\225.air/f_\346\226\260\345\242\236\347\253\231\347\202\271\345\274\200\346\224\276\347\231\275\345\220\215\345\215\225.py" "b/air_case/cmdc_area/f_\346\226\260\345\242\236\347\253\231\347\202\271\345\274\200\346\224\276\347\231\275\345\220\215\345\215\225.air/f_\346\226\260\345\242\236\347\253\231\347\202\271\345\274\200\346\224\276\347\231\275\345\220\215\345\215\225.py" index 855d8ec1..dff3de79 100644 --- "a/air_case/cmdc_area/f_\346\226\260\345\242\236\347\253\231\347\202\271\345\274\200\346\224\276\347\231\275\345\220\215\345\215\225.air/f_\346\226\260\345\242\236\347\253\231\347\202\271\345\274\200\346\224\276\347\231\275\345\220\215\345\215\225.py" +++ "b/air_case/cmdc_area/f_\346\226\260\345\242\236\347\253\231\347\202\271\345\274\200\346\224\276\347\231\275\345\220\215\345\215\225.air/f_\346\226\260\345\242\236\347\253\231\347\202\271\345\274\200\346\224\276\347\231\275\345\220\215\345\215\225.py" @@ -29,7 +29,7 @@ host, port, user, pwd = mysql_handle.getConf(db="cmdc_db") # 查询数据库客户信息 sql = "SELECT t.userName FROM `cmdc-user`.cmdc_user t " \ - "WHERE companyId != 7 and userType = 2 and disableSign = 0 and deleteSign = 0 and platformStatus = 1" + "WHERE companyId != 7 and userType = 2 and disableSign = 0 and deleteSign = 0 and platformStatus = 1 and status = 3" # 生成随机数 user_random = random.randint(0, len(mysql_handle.selectSql(host, port, user, pwd, "cmdc-user", sql)) - 1) -- GitLab