Commit 8f4a7e95 authored by hezhen's avatar hezhen

123

parent c0351b44
......@@ -212,6 +212,7 @@ public class CompanyBaseBiz extends BaseBiz<CompanyBaseMapper, CompanyBase> {
BeanUtils.copyProperties(companyVo,right);
if (stockId==null||stockId==0){
right.setId(null);
right.setCompanyBaseId(companyBaseId);
stockRightBiz.insertSelective(right);
}else {
right.setId(stockId);
......
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