Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
zhouxain01 2023-12-25 10:59:35 +08:00
commit b0234660cb
1 changed files with 1 additions and 0 deletions

View File

@ -327,6 +327,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and #{endTime} >=bai.back_time and #{endTime} >=bai.back_time
</if> </if>
GROUP BY bai.id, us.user_name, bai.phone, bpl.lot_name, bui.unit_name, bagi.plan_start_time GROUP BY bai.id, us.user_name, bai.phone, bpl.lot_name, bui.unit_name, bagi.plan_start_time
ORDER BY bai.create_time desc
</select> </select>
<select id="getMaterialList" resultType="com.bonus.sgzb.material.domain.BackApplyInfo"> <select id="getMaterialList" resultType="com.bonus.sgzb.material.domain.BackApplyInfo">