Browse Source

提交审核判定

lvhao 2 tháng trước cách đây
mục cha
commit
5c42ea9925

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

@@ -54,6 +54,11 @@ class Review extends Start_Controller {
 			foreach ($id_arr as $v)
 			foreach ($id_arr as $v)
 		    {
 		    {
 				$fullorder = $this->$fu->read($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))
 				if(!isset($fullorder))
 				{
 				{
 					$sb++;
 					$sb++;