From 48bdf86c89f3e35534c945897cdfb87e3539745c Mon Sep 17 00:00:00 2001 From: zds <2388969634@qq.com> Date: Sun, 3 Jul 2022 17:17:11 +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 --- .../org/nl/wms/pf/service/impl/AutoformulaServiceImpl.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mes/hd/nladmin-system/src/main/java/org/nl/wms/pf/service/impl/AutoformulaServiceImpl.java b/mes/hd/nladmin-system/src/main/java/org/nl/wms/pf/service/impl/AutoformulaServiceImpl.java index 434f1c8e..706d4017 100644 --- a/mes/hd/nladmin-system/src/main/java/org/nl/wms/pf/service/impl/AutoformulaServiceImpl.java +++ b/mes/hd/nladmin-system/src/main/java/org/nl/wms/pf/service/impl/AutoformulaServiceImpl.java @@ -238,6 +238,7 @@ public class AutoformulaServiceImpl implements AutoformulaService { }); yzj_list.forEach((value)->{ JSONObject jo = (JSONObject) value; + jo.put("is_need_manage","1"); jo.put("bucket_type","01"); tableDtl.add(jo); }); @@ -259,6 +260,7 @@ public class AutoformulaServiceImpl implements AutoformulaService { }); yzj_list.forEach((value)->{ JSONObject jo = (JSONObject) value; + jo.put("is_need_manage","1"); jo.put("bucket_type","01"); tableDtl.add(jo); }); @@ -2256,6 +2258,7 @@ public class AutoformulaServiceImpl implements AutoformulaService { }); yzj_list.forEach((value)->{ JSONObject jo = (JSONObject) value; + jo.put("is_need_manage","1"); jo.put("bucket_type","01"); tableDtl.add(jo); });