This commit is contained in:
zds
2022-07-03 17:17:11 +08:00
parent dd880528b0
commit 48bdf86c89

View File

@@ -238,6 +238,7 @@ public class AutoformulaServiceImpl implements AutoformulaService {
}); });
yzj_list.forEach((value)->{ yzj_list.forEach((value)->{
JSONObject jo = (JSONObject) value; JSONObject jo = (JSONObject) value;
jo.put("is_need_manage","1");
jo.put("bucket_type","01"); jo.put("bucket_type","01");
tableDtl.add(jo); tableDtl.add(jo);
}); });
@@ -259,6 +260,7 @@ public class AutoformulaServiceImpl implements AutoformulaService {
}); });
yzj_list.forEach((value)->{ yzj_list.forEach((value)->{
JSONObject jo = (JSONObject) value; JSONObject jo = (JSONObject) value;
jo.put("is_need_manage","1");
jo.put("bucket_type","01"); jo.put("bucket_type","01");
tableDtl.add(jo); tableDtl.add(jo);
}); });
@@ -2256,6 +2258,7 @@ public class AutoformulaServiceImpl implements AutoformulaService {
}); });
yzj_list.forEach((value)->{ yzj_list.forEach((value)->{
JSONObject jo = (JSONObject) value; JSONObject jo = (JSONObject) value;
jo.put("is_need_manage","1");
jo.put("bucket_type","01"); jo.put("bucket_type","01");
tableDtl.add(jo); tableDtl.add(jo);
}); });