This commit is contained in:
zhouzy062 2024-01-30 10:50:29 +08:00
commit f737a289f5
1 changed files with 0 additions and 1 deletions

View File

@ -350,7 +350,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="time != null and time != ''">
and bai.back_time =#{time}
</if>
and bad.company_id = #{companyId}
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>