fixed
This commit is contained in:
parent
0c9cb2a0d7
commit
6d08fba3a2
@ -3082,8 +3082,8 @@ class TaskLogic extends BaseLogic
|
|||||||
|
|
||||||
];
|
];
|
||||||
$result = ShopRequestLogic::getPlantingAndBreedingMerchantTradeAmount($param); // todo 商城接口那边需要确定种养殖基地是何种类型的商户
|
$result = ShopRequestLogic::getPlantingAndBreedingMerchantTradeAmount($param); // todo 商城接口那边需要确定种养殖基地是何种类型的商户
|
||||||
dd($result);
|
|
||||||
$tradeAmount = $result['data']['procure_amount'];
|
$tradeAmount = $result['data']['trade_amount'];
|
||||||
// 交易池
|
// 交易池
|
||||||
$transactionPool = $taskSchedulePlan['template_info']['transaction_pool'];
|
$transactionPool = $taskSchedulePlan['template_info']['transaction_pool'];
|
||||||
$totalTradeAmount = bcadd($transactionPool, $tradeAmount, 2);
|
$totalTradeAmount = bcadd($transactionPool, $tradeAmount, 2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user