This commit is contained in:
shuo.wang
2025-08-07 18:15:44 +08:00
parent 3f33ed21cb
commit ccaf78bc27

View File

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