问题修改

This commit is contained in:
1539530615@qq.com 2024-01-30 10:10:58 +08:00
parent c8511a8e9d
commit 44e655e0b6
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>