项目详情金额统计
This commit is contained in:
parent
5fcf0b1298
commit
79cfdc9358
|
@ -4290,7 +4290,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
|
|||
}
|
||||
}
|
||||
orders.setPayMoneyTotal(payMoneyTotal);
|
||||
orders.setPayMoneyTotal(artificerMoneyTotal);
|
||||
orders.setArtificerMoneyTotal(artificerMoneyTotal);
|
||||
return Result.success().put("data", orders);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue