From 4354cb3db0db8e858f09d04f878de306855c9b11 Mon Sep 17 00:00:00 2001 From: liguangyu06 <1666071293@qq.com> Date: Mon, 1 Apr 2024 11:02:19 +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 --- ...\241\265\345\272\223\345\255\230\344\277\241\346\201\257.py" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/air_case/cmdc_order_list/\350\216\267\345\217\226\345\225\206\345\223\201\350\257\246\346\203\205\351\241\265\345\272\223\345\255\230\344\277\241\346\201\257.air/\350\216\267\345\217\226\345\225\206\345\223\201\350\257\246\346\203\205\351\241\265\345\272\223\345\255\230\344\277\241\346\201\257.py" "b/air_case/cmdc_order_list/\350\216\267\345\217\226\345\225\206\345\223\201\350\257\246\346\203\205\351\241\265\345\272\223\345\255\230\344\277\241\346\201\257.air/\350\216\267\345\217\226\345\225\206\345\223\201\350\257\246\346\203\205\351\241\265\345\272\223\345\255\230\344\277\241\346\201\257.py" index ea75b284..ee0a4215 100644 --- "a/air_case/cmdc_order_list/\350\216\267\345\217\226\345\225\206\345\223\201\350\257\246\346\203\205\351\241\265\345\272\223\345\255\230\344\277\241\346\201\257.air/\350\216\267\345\217\226\345\225\206\345\223\201\350\257\246\346\203\205\351\241\265\345\272\223\345\255\230\344\277\241\346\201\257.py" +++ "b/air_case/cmdc_order_list/\350\216\267\345\217\226\345\225\206\345\223\201\350\257\246\346\203\205\351\241\265\345\272\223\345\255\230\344\277\241\346\201\257.air/\350\216\267\345\217\226\345\225\206\345\223\201\350\257\246\346\203\205\351\241\265\345\272\223\345\255\230\344\277\241\346\201\257.py" @@ -68,7 +68,7 @@ sql = "SELECT sum(t.quantity)/10000 FROM `cmdc-product`.ic_inventory t " \ "and type = 1 and isLimited != 'Y' and expireDate > {}".format(ru_date) total = mysql_handle.selectSql(host, port, user, pwd, "cmdc-product", sql)[0][0] - +total = 0 # 获取预期结果 check_dict = commonFuc().get_business_data(module, "checkDict115", int(total)) # print(check_dict) -- GitLab