Commit 3706a6e5 authored by hezhen's avatar hezhen

123

parent 24eea324
......@@ -121,7 +121,7 @@ public class AppBranchCompanyController extends BaseController<BranchCompanyBiz>
if (branchCompany1 != null){
BranchCompany branchCompany=new BranchCompany();
branchCompany.setId(companyId);
branchCompany.setGiveNum(branchCompany1.getBrowseNum()+1);
branchCompany.setBrowseNum(branchCompany1.getBrowseNum()+1);
baseBiz.addOrUpd(branchCompany);
}
}
......
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