|
@@ -385,7 +385,7 @@ public class MerchantServiceImpl extends ServiceImpl<MerchantMapper, Merchant> i
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public void updateMerchantBusinessStatus(Long merchantId, String businessStatus) {
|
|
|
+ public void updateMerchantBusinessStatus(Long merchantId, String businessStatus) {
|
|
|
Merchant merchant = AssertUtils.nonnull(this.getById(merchantId), "商家不存在");
|
|
|
this.baseMapper.updateMerchantBusinessStatus(merchantId, businessStatus, "1");
|
|
|
}
|