@@ -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"];
$checkEnterpriseFullFields = [];