装修调整

This commit is contained in:
shuo.wang
2025-08-06 17:53:36 +08:00
parent 0bfbfd4fe3
commit 0cc58a252e

View File

@@ -40,11 +40,11 @@ public class HqtBuildRequest {
private Integer franchiseBrand;
public Boolean check(){
if (StringUtils.isAnyBlank(shopCode,shopName,hqtRegionCode,hqtRegionName,supervisorName,
if (StringUtils.isAnyBlank(shopName,hqtRegionCode,hqtRegionName,supervisorName,
supervisorMobile,partnershipSignatoryFirst,partnershipSignatoryFirstMobile,shopAddress)){
return false;
}
if (Objects.isNull(isPayDesignFee)|| Objects.isNull(franchiseBrand)|| Objects.isNull(shopDecorationAttributes)){
if (Objects.isNull(isPayDesignFee)|| Objects.isNull(franchiseBrand)|| Objects.isNull(shopDecorationAttributes) || Objects.isNull(shopId)){
return false;
}
return true;