guoshilong
2023-11-06 21ad7244723fd12c4fe278e5d735051cf5b8a0b5
src/main/java/org/springblade/modules/house/controller/HouseLabelController.java
@@ -139,7 +139,7 @@
    */
   @PostMapping("/removeHouseLabel")
   @ApiOperationSupport(order = 7)
   public R remove(@RequestBody HouseLabelEntity houseLabel) {
   public R removeHouseLabel(@RequestBody HouseLabelEntity houseLabel) {
      QueryWrapper<HouseLabelEntity> wrapper = new QueryWrapper<>();
      wrapper.eq("label_id",houseLabel.getLabelId())
         .eq("house_code",houseLabel.getHouseCode());