功能完善
This commit is contained in:
parent
c8511a8e9d
commit
81a2ffd6ac
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue