功能完善

This commit is contained in:
bns_han 2024-01-30 10:00:59 +08:00
parent c8511a8e9d
commit 81a2ffd6ac
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 != ''"> <if test="time != null and time != ''">
and bai.back_time =#{time} and bai.back_time =#{time}
</if> </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 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 ORDER BY bai.create_time desc
</select> </select>