Commit c4e3f6f9 authored by hezhen's avatar hezhen

123

parent 3706a6e5
...@@ -27,7 +27,7 @@ public class BranchCompanyGiveBiz extends BaseBiz<BranchCompanyGiveMapper, Branc ...@@ -27,7 +27,7 @@ public class BranchCompanyGiveBiz extends BaseBiz<BranchCompanyGiveMapper, Branc
if (branchCompanyGive1 == null){ if (branchCompanyGive1 == null){
insertSelectiveRe(branchCompanyGive); insertSelectiveRe(branchCompanyGive);
}else { }else {
branchCompanyGive1.setId(branchCompanyGive1.getId()); branchCompanyGive.setId(branchCompanyGive1.getId());
updateSelectiveById(branchCompanyGive); updateSelectiveById(branchCompanyGive);
} }
Integer companyId = branchCompanyGive.getCompanyId(); Integer companyId = branchCompanyGive.getCompanyId();
......
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