|
|
@ -359,7 +359,8 @@ class AlipayTradeService extends CI_Controller
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//只处理完成状态,其他状态由陆燕处理
|
|
|
|
//只处理完成状态,其他状态由陆燕处理
|
|
|
|
if (strcmp(trim($item->ALI_resultMsg), "TRADE_SUCCESS")) {
|
|
|
|
if (strcmp(trim($item->ALI_resultMsg), "TRADE_SUCCESS")
|
|
|
|
|
|
|
|
|| strcmp(trim($item->ALI_resultMsg), "TRADE_FINISHED")) {
|
|
|
|
$this->Alipay_note_model->update_send($item->ALI_dealId, 'send');
|
|
|
|
$this->Alipay_note_model->update_send($item->ALI_dealId, 'send');
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|