修复会员查询余额不准确问题

This commit is contained in:
2024-07-09 10:36:23 +08:00
parent de049b5791
commit faadcea62b
3 changed files with 3 additions and 4 deletions

View File

@@ -14,7 +14,6 @@ import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
import io.swagger.annotations.*;
import java.io.IOException;
import java.util.List;
import javax.servlet.http.HttpServletResponse;
/**
@@ -73,4 +72,4 @@ public class TbConsInfoController {
tbConsInfoService.stockInOut(resources);
return new ResponseEntity<>(HttpStatus.NO_CONTENT);
}
}
}