Commit 4009caeb authored by hezhen's avatar hezhen

123

parent 91312b8b
...@@ -121,6 +121,8 @@ public class CompanyWalletDetailBiz extends BaseBiz<CompanyWalletDetailMapper, C ...@@ -121,6 +121,8 @@ public class CompanyWalletDetailBiz extends BaseBiz<CompanyWalletDetailMapper, C
Integer companyId = entry.getKey(); Integer companyId = entry.getKey();
BigDecimal amount = entry.getValue(); BigDecimal amount = entry.getValue();
updCompanyWallet(companyId,amount); updCompanyWallet(companyId,amount);
//营收明细
BaseOrderRevenue baseOrderRevenue = new BaseOrderRevenue(); BaseOrderRevenue baseOrderRevenue = new BaseOrderRevenue();
baseOrderRevenue.setAmount(amount); baseOrderRevenue.setAmount(amount);
baseOrderRevenue.setCompanyId(companyId); baseOrderRevenue.setCompanyId(companyId);
......
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