| | |
| | | import org.springblade.modules.animalheat.vo.AnimalHeatVo; |
| | | import org.springblade.modules.pie.ImageData; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | import sun.misc.BASE64Encoder; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.awt.*; |
| | | import java.io.ByteArrayInputStream; |
| | | import java.io.ByteArrayOutputStream; |
| | | import java.io.IOException; |
| | | import java.io.InputStream; |
| | | import java.net.URLEncoder; |
| | | import java.util.ArrayList; |
| | |
| | | |
| | | private final AnimalHeatService animalHeatService; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 获取体温数据统计 |
| | | * @param animalHeatVo 条件参数 开始时间,结束时间 |