|
|
@ -917,7 +917,7 @@ class AlipayTradeService extends CI_Controller
|
|
|
|
foreach ($biz_detail_table as $key => $row) {
|
|
|
|
foreach ($biz_detail_table as $key => $row) {
|
|
|
|
$total_amount = 0;$trade_type='';$trade_no = '';$has_charge=null;
|
|
|
|
$total_amount = 0;$trade_type='';$trade_no = '';$has_charge=null;
|
|
|
|
if (isset($row['finance_id'])) {
|
|
|
|
if (isset($row['finance_id'])) {
|
|
|
|
if ($row['biz_type'] !== '其它' && $row['biz_type'] !== '在线支付') {
|
|
|
|
if ($row['biz_type'] !== '其它' && $row['biz_type'] !== '在线支付' && $row['biz_type'] !== '转账') {
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$total_amount = floatval($row['income'])>0 ? $row['income'] : $row['expenditure'];
|
|
|
|
$total_amount = floatval($row['income'])>0 ? $row['income'] : $row['expenditure'];
|
|
|
|