diff --git a/apps/wpm/services_2.py b/apps/wpm/services_2.py index 68d0650c..31011572 100644 --- a/apps/wpm/services_2.py +++ b/apps/wpm/services_2.py @@ -96,7 +96,7 @@ def get_alldata_with_batch(batch: str): last_time = item.update_time if item.update_time > last_time else last_time data["七车间入库_日期"].append(item.mio.inout_date) if item.test_note: - data["七车间入库_检验备注"] = ";".join([data["七车间入库_检验备注"], item.note]) + data["七车间入库_检验备注"] = ";".join([data["七车间入库_检验备注"], item.test_note]) if item.mio.mio_user: data["七车间入库_车间执行人"].append(item.mio.mio_user) if item.mio.do_user: @@ -125,7 +125,7 @@ def get_alldata_with_batch(batch: str): data["十车间入库_检验备注"] = "" for item in mioitem10_qs: if item.test_note: - data["十车间入库_检验备注"] = ";".join([data["十车间入库_检验备注"], item.note]) + data["十车间入库_检验备注"] = ";".join([data["十车间入库_检验备注"], item.test_note]) if item.mio.do_user: data["十车间入库_仓库执行人"].append(item.mio.do_user) if item.test_user: