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