linwe
2023-11-12 8d8c7da4e91028fc877f101dcd244bef3e18c197
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());