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 855d8ec1d680be2ea197e56d7be5a43855893593..dff3de790afd3d5d1946b6eaaff357205b0d9f72 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)