| | |
| | | @Schema(description = "车辆图片") |
| | | @S3DataParse |
| | | private String imgPath; |
| | | |
| | | |
| | | @Schema(description = "车辆图片2") |
| | | private String imgPath2; |
| | | |
| | | // @Schema(description = "自定义标签id") |
| | | // private Integer labelId; |
| | |
| | | import java.util.function.Function; |
| | | import java.util.stream.Collectors; |
| | | |
| | | import static cn.dev33.satoken.SaManager.log; |
| | | |
| | | /** |
| | | * @author yang'zhi'shui |
| | | */ |
| | |
| | | ,o.oil_position oilPosition, o.higher_phrase higherPhrase |
| | | from ( |
| | | select c.*, |
| | | c.img_path as imgPath2, |
| | | GROUP_CONCAT(DISTINCT lc.label_name) label_name,r.org_code, |
| | | count(if(r.behavior=1 and r.create_time>DATE_SUB(CURRENT_TIMESTAMP,INTERVAL 3 MONTH),1,null)) monthCount, |
| | | count(r.id) appear_count, |