Commit 4009caeb authored by hezhen's avatar hezhen

123

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