增加店铺企业信息接口

增加删除商品
修复:修改订单金额售后金额不正确
This commit is contained in:
lifenlong
2021-08-11 20:14:56 +08:00
parent dd7af218a4
commit 64e45c10b1
13 changed files with 118 additions and 65 deletions

View File

@@ -68,7 +68,7 @@ public class UploadController {
throw new ServiceException(ResultCode.USER_AUTHORITY_ERROR);
}
Setting setting = settingService.get(SettingEnum.OSS_SETTING.name());
if (setting == null || StrUtil.isBlank(setting.getSettingValue())) {
if (StrUtil.isEmpty(setting.getSettingValue())) {
throw new ServiceException(ResultCode.OSS_NOT_EXIST);
}