lvhao 1 bulan lalu
induk
melakukan
f7450e8df2
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      core/CoreApp/controllers/Fullorder.php

+ 3 - 3
core/CoreApp/controllers/Fullorder.php

@@ -1966,9 +1966,9 @@ class Fullorder extends Start_Controller {
 			**/
 			$post['fpdata'] = str_replace(" ", "", $post['fpdata']); // 去除所有空格
 			$post['fpdata'] = str_replace(array("\r", "\n"), "", $post['fpdata']);
-			$ud['fpdata'] = str_replace(" ", "", $ud['fpdata']); // 去除所有空格
-			$ud['fpdata'] = str_replace(array("\r", "\n"), "", $ud['fpdata']);
-			if($ud['state'] == 216 && $post['fpdata'] != $ud['fpdata'])
+			// $ud['fpdata'] = str_replace(" ", "", $ud['fpdata']); // 去除所有空格
+			// $ud['fpdata'] = str_replace(array("\r", "\n"), "", $ud['fpdata']);
+			if($ud['state'] == 216 && $post['whlabel'] != $ud['whlabel'])
 			{
 			    echo json_encode(array('msg'=>'商品信息需要找梦体修改','success'=>false));exit;
 			}