Commit 7403cdba by zhoujunpeng

Ftdgrp修改

parent 570c323b
...@@ -36,10 +36,12 @@ public class Ftdgrp extends AbstractCommonVo { ...@@ -36,10 +36,12 @@ public class Ftdgrp extends AbstractCommonVo {
if (cbb == null) { if (cbb == null) {
cbb = new Cbb(); cbb = new Cbb();
} }
cbb.reset();
if (cbs == null){ if (cbs == null){
cbs = new Ftacbs(); cbs = new Ftacbs();
} }
cbb.reset(); cbs.reset();
if(tro == null){ if(tro == null){
tro = new PtsptaVo(); tro = new PtsptaVo();
} }
......
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