glj-代码提交

This commit is contained in:
glj 2023-09-05 11:28:25 +08:00
parent ced2f4184d
commit 06a9c43c7f
2 changed files with 3 additions and 3 deletions

View File

@ -9,6 +9,7 @@ import java.util.Date;
/**
* user实体类
*
* @author liyuchen
*/
@Data

View File

@ -364,11 +364,10 @@
where date_format(d.disaster_time,'%Y') = #{year} and b.role_id = '1123598816738675204' GROUP BY b.`name` ORDER BY val desc limit 10
</select>
<select id="disasterNum" resultType="java.util.Map">
SELECT d.dict_value as `name`, count(1) as val FROM disaster_info t INNER JOIN blade_dict_biz d on t.disaster_type = d.dict_key
where date_format(t.disaster_time,'%Y') = #{year} GROUP BY d.dict_value
</select>
<select id="getByUserIdRole" resultType="com.kening.vordm.vo.CallForHelpVo">