Commit 3557078b authored by fangxinjiang's avatar fangxinjiang

优化-fxj

parent 675f3493
......@@ -220,7 +220,7 @@ public class SysBaseSetInfoController {
);
if (null != baseSetLast){
baseSetLast.setFundProList(sysPayProportionService.list(Wrappers.<SysPayProportion>query().lambda().eq(SysPayProportion::getSysBaseSetId,baseSetLast.getId())));
BeanCopyUtils.copyProperties(baseSetInfo,sysBaseSetInfoVo);
BeanCopyUtils.copyProperties(baseSetLast,sysBaseSetInfoVo);
}
}
return sysBaseSetInfoVo;
......
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