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