فهرست منبع

提交审核判定

lvhao 2 هفته پیش
والد
کامیت
5c42ea9925
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      core/CoreApp/controllers/Review.php

+ 5 - 0
core/CoreApp/controllers/Review.php

@@ -54,6 +54,11 @@ class Review extends Start_Controller {
 			foreach ($id_arr as $v)
 		    {
 				$fullorder = $this->$fu->read($v);
+				if(in_array($fullorder['express'],[85,87])){
+					if($fullorder['is_edit'] == 0){
+						echo json_encode(array('msg'=>'tt-shipping,需要去核对快递承运商再提交','success'=>true));exit;
+					}
+				}
 				if(!isset($fullorder))
 				{
 					$sb++;