zhongrj
2023-11-08 5fdb69748d19efb6d6fab1c2514cb9eef8bc2ff1
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());