|
|
|
@@ -137,7 +137,7 @@ public class WxShopController extends BaseController { |
|
|
|
wxShop = new WxShop(); |
|
|
|
} |
|
|
|
wxShop.updateTenantInfo(getTenantInfo()); |
|
|
|
return wxShopService.saveOrUpdate(wxShop); |
|
|
|
return wxShopService.setSelled(wxShop); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation("根据id删除接口") |
|
|
|
|