Browse Source

提交数据

lvhao 3 months ago
parent
commit
ffd4d7b9b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CoreApp/controllers/Systemprint.php

+ 1 - 1
core/CoreApp/controllers/Systemprint.php

@@ -2546,7 +2546,7 @@ class Systemprint extends Start_Controller {
 			die;
 		}
 		$fullorder_name =  $info['lv_platform'];
-		if($info['libraryconfirm'] == 2){
+		if($info['libraryconfirm'] == 1){
 			echo json_encode([
 				'code'=>-1,
 				'msg'=>"该订单不允许出库:".$info['librarynot'],