lvhao 14 小时之前
父节点
当前提交
f721ea3e30
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/controllers/Whlabel_bh.php

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

@@ -2252,7 +2252,7 @@ class Whlabel_bh extends Start_Controller {
 					$list = $this->whlabel_bh_transfer->find_all(" wbid in (".implode(",",$tmp_ids).")");
 					foreach($list as $vv){
 						$ydysl += 1;
-						if($vv['status'] == 1){
+						if($vv['status'] > 0){
 							$yphsl += 1;
 						}
 						if($vv['status'] == 2){