lvhao 11 시간 전
부모
커밋
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){