From 2fbbe745640bfbbde963b2635dba507cf21dd9ed Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 25 Feb 2022 21:01:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95log=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hb_server/apps/inm/services.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hb_server/apps/inm/services.py b/hb_server/apps/inm/services.py index aa8ffe1..8ee155d 100644 --- a/hb_server/apps/inm/services.py +++ b/hb_server/apps/inm/services.py @@ -18,7 +18,6 @@ class InmService: FIFO.FIFO_TYPE_DO_IN, FIFO.FIFO_TYPE_OTHER_IN]: # 采购入库, 生产入库, 其他入库 # 更新相关表 for i in FIFOItem.objects.filter(fifo=instance): - logger.info(i) material = i.material warehouse = i.warehouse