问题修改

This commit is contained in:
jiang 2025-09-27 11:16:22 +08:00
parent 04e2852366
commit 015a44309e
1 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,11 @@
<if test="status != null and status != ''"> <if test="status != null and status != ''">
and aaa.status = #{status} and aaa.status = #{status}
</if> </if>
group by aaa.id
GROUP BY
aaa.id
ORDER BY aaa.status DESC
</select> </select>
<select id="devList" resultType="com.bonus.material.device.domain.vo.DevInfoVo"> <select id="devList" resultType="com.bonus.material.device.domain.vo.DevInfoVo">