Commit 3b58f125 by jiang'yun

修改

parent 8f944b15
......@@ -1796,6 +1796,7 @@ public class SjDjjcController extends BaseController
.bind("sjJsjgList",policy)//行循环策略
.bind("sjJygjGdfdcsList",policy)//行循环策略
.bind("sjJygjGdsjgdcsList",policy)//行循环策略
.bind("sjJygjGdsjList",policy)//行循环策略
.build();
XWPFTemplate compile = XWPFTemplate.compile(in, config);
// 加载模板并填充数据
......@@ -1865,6 +1866,10 @@ public class SjDjjcController extends BaseController
gdlx=sjJygjInfos.get(0).getGdlx();
}
dataModel.put("gdlx", gdlx);
SjJygjgdsj sjJygjgdsj =new SjJygjgdsj();
sjJygjgdsj.setJh(jh);
List<SjJygjgdsj> sjJygjgdsjList = sjJygjgdsjMapper.selectSjJygjgdsjList(sjJygjgdsj);
dataModel.put("sjJygjGdsjList", sjJygjgdsjList);
//井眼轨迹分段参数
SjJygjGdfdcs sjJygjGdfdcs=new SjJygjGdfdcs();
sjJygjGdfdcs.setJh(jh);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment