Authored by caoyan

营业执照

@@ -46,7 +46,7 @@ public class BusinessLicenseController { @@ -46,7 +46,7 @@ public class BusinessLicenseController {
46 if(StringUtils.isEmpty(businessName) || StringUtils.isEmpty(socialCreditCode) || StringUtils.isEmpty(certName) || StringUtils.isEmpty(certNo) 46 if(StringUtils.isEmpty(businessName) || StringUtils.isEmpty(socialCreditCode) || StringUtils.isEmpty(certName) || StringUtils.isEmpty(certNo)
47 || StringUtils.isEmpty(startTime) || StringUtils.isEmpty(expireTime) || StringUtils.isEmpty(licenseOriginalImage) 47 || StringUtils.isEmpty(startTime) || StringUtils.isEmpty(expireTime) || StringUtils.isEmpty(licenseOriginalImage)
48 || StringUtils.isEmpty(licenseCopyImage) || StringUtils.isEmpty(certFaceImage) || StringUtils.isEmpty(certReverseImage) 48 || StringUtils.isEmpty(licenseCopyImage) || StringUtils.isEmpty(certFaceImage) || StringUtils.isEmpty(certReverseImage)
49 - || null == uid || null == businessType) { 49 + || null == uid || null == businessType || 0 == uid.intValue()) {
50 return new ApiResponse.ApiResponseBuilder().code(500).message("有参数为空").build(); 50 return new ApiResponse.ApiResponseBuilder().code(500).message("有参数为空").build();
51 } 51 }
52 BusinessLicense bl = new BusinessLicense(); 52 BusinessLicense bl = new BusinessLicense();