This commit is contained in:
chenbo 2023-11-11 11:26:05 +08:00
parent dd769ef814
commit dd880d2d0e

View File

@ -1400,7 +1400,7 @@ class TaskLogic extends BaseLogic
{ {
// 只在截止日当天才结算 // 只在截止日当天才结算
$merIntentionId = $item['mer_intention_id']; $merIntentionId = $item['mer_intention_id'];
$directorGoodsId = $item['extend']['goods_id']; $directorGoodsId = $templateInfo['extend']['goods_id'];
$param = [ $param = [
'start_time' => $startTime, 'start_time' => $startTime,
'end_time' => $endTime, 'end_time' => $endTime,