|
|
@@ -205,7 +205,7 @@ public class CmsYhShopGoodsController {
|
|
|
Long id = yhShop.getId();
|
|
|
YhShop dbShop = yhShopMapper.selectById(id);
|
|
|
if (dbShop != null) {
|
|
|
- dbShop.setStatus(!yhShop.getStatus());
|
|
|
+ dbShop.setStatus(!dbShop.getStatus());
|
|
|
dbShop.setRemark(yhShop.getRemark());
|
|
|
yhShopMapper.updateById(dbShop);
|
|
|
}
|