Commit 61533684 by 陶光胜

门店品牌变更

parent d2689071
......@@ -161,7 +161,7 @@ public class StoreOpenApiServiceImpl implements StoreOpenApiService {
}
storeOpenDTO.setStoreInfoId(store.getStoreInfoId());
}
if (storeOpenDTO.getStoreBrandId() != null) {
if (storeOpenDTO.getStoreBrandId() == null) {
return ServiceResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), "店招品牌不能为空");
}
// 校验权限
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment