|
@@ -1010,7 +1010,7 @@ class After extends Base
|
|
|
"post_code"=>$returninfo["post_code"],
|
|
|
"post_company"=>$returninfo["post_company"],
|
|
|
"customer_code"=>$info["customer_code"],
|
|
|
- "status"=>$info['return_tag']==1?4:1,
|
|
|
+ "status"=>$sale['is_stock']==1?4:1,
|
|
|
"addtime"=>date("Y-m-d H:i:s"),
|
|
|
"updatetime"=>date("Y-m-d H:i:s")
|
|
|
];
|