bug修复

This commit is contained in:
hongchao 2025-08-20 20:21:23 +08:00
parent daec444f42
commit b5f101b9cb
1 changed files with 2 additions and 1 deletions

View File

@ -460,7 +460,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="proId != null">
AND ba.project_id = #{proId}
</if>
GROUP BY mm.ma_id
order by sai.start_time desc
limit 1
</select>
<select id="getDetailsById" resultType="com.bonus.material.back.domain.BackApplyDetails">