소스 검색

补充上一条

sugangqiang 1 년 전
부모
커밋
1f7e220066
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

@@ -383,7 +383,7 @@ function chkEnterpriseFull($ep) {
                     $checkEnterpriseFullFields[] = "typeImg";
                 }
             } else {
-                if (!in_array($ep["type"], [CommonConst::ENTERPRISE_WJ, CommonConst::ENTERPRISE_GJ])) {
+                if (!in_array($ep["type"], [app\common\state\CommonConst::ENTERPRISE_WJ, app\common\state\CommonConst::ENTERPRISE_GJ])) {
                     $checkEnterpriseFullFields = ["bankCard", "bankNetwork", "bank", "imgurl", "bankImg", "beian"];
                 } else {
                     $checkEnterpriseFullFields = [];