Commit 06859172 authored by christ's avatar christ

pc

parent 7e217a74
...@@ -122,7 +122,6 @@ class RefundServiceModel extends \Business\AbstractModel ...@@ -122,7 +122,6 @@ class RefundServiceModel extends \Business\AbstractModel
// if (($refund['seller_state'] != '2' && $refund['platform_state'] != '1') || $refund['goods_state'] != '2') {//检查状态,防止页面刷新不及时造成数据错误 // if (($refund['seller_state'] != '2' && $refund['platform_state'] != '1') || $refund['goods_state'] != '2') {//检查状态,防止页面刷新不及时造成数据错误
// return false; // return false;
// } // }
error_reporting(E_ALL);
$refund_array = array(); $refund_array = array();
if ($goodsState == '3' && $delay_time > 0) { if ($goodsState == '3' && $delay_time > 0) {
$refund_array['goods_state'] = 3; $refund_array['goods_state'] = 3;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment