linwe
2023-11-11 7bbf08d2a38d91bf4a1cf278c52ff7303e05fdaf
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());