|
|
@@ -156,7 +156,7 @@ public class ShopMessageServiceImpl extends ServiceImpl<ShopMessageDao, GoodsSho
|
|
|
goodsShop.setShopScore(Double.valueOf(5));
|
|
|
baseMapper.updateById(goodsShop);
|
|
|
|
|
|
- if (Constant.YES.equals(dto.getAuditStatus())) {
|
|
|
+ if (Integer.valueOf(Constant.YES).equals(dto.getAuditStatus())) {
|
|
|
UserEntity userEntity = userService.selectUserById(goodsShop.getUserId());
|
|
|
SysUserShop sysUserShop = shopAdminDao.selectOne(new QueryWrapper<SysUserShop>().eq("user_id", userEntity.getAdminUserId()));
|
|
|
if(sysUserShop!=null){
|