bug修复
This commit is contained in:
parent
daec444f42
commit
b5f101b9cb
|
|
@ -460,7 +460,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="proId != null">
|
<if test="proId != null">
|
||||||
AND ba.project_id = #{proId}
|
AND ba.project_id = #{proId}
|
||||||
</if>
|
</if>
|
||||||
GROUP BY mm.ma_id
|
order by sai.start_time desc
|
||||||
|
limit 1
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getDetailsById" resultType="com.bonus.material.back.domain.BackApplyDetails">
|
<select id="getDetailsById" resultType="com.bonus.material.back.domain.BackApplyDetails">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue