fix
This commit is contained in:
@@ -41,7 +41,7 @@ public class HqtBuildRequest {
|
|||||||
|
|
||||||
public Boolean check(){
|
public Boolean check(){
|
||||||
if (StringUtils.isAnyBlank(shopName,hqtRegionCode,hqtRegionName,supervisorName,
|
if (StringUtils.isAnyBlank(shopName,hqtRegionCode,hqtRegionName,supervisorName,
|
||||||
supervisorMobile,partnershipSignatoryFirst,partnershipSignatoryFirstMobile,shopAddress)){
|
partnershipSignatoryFirst,partnershipSignatoryFirstMobile,shopAddress)){
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (Objects.isNull(isPayDesignFee)|| Objects.isNull(franchiseBrand)|| Objects.isNull(shopDecorationAttributes) || Objects.isNull(shopId)){
|
if (Objects.isNull(isPayDesignFee)|| Objects.isNull(franchiseBrand)|| Objects.isNull(shopDecorationAttributes) || Objects.isNull(shopId)){
|
||||||
|
|||||||
Reference in New Issue
Block a user