优化
This commit is contained in:
@@ -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);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user