|
|
@@ -138,9 +138,6 @@
|
|
|
<if test="status != null and status != ''">
|
|
|
and bo.status = #{status}
|
|
|
</if>
|
|
|
- <if test="itemName != null and itemName != ''">
|
|
|
- and bodi.item_name like concat('%', #{itemName} , '%')
|
|
|
- </if>
|
|
|
<if test="orderDate != null">
|
|
|
<if test="orderDate.startDate != null and orderDate.startDate != ''">
|
|
|
and LEFT(bo.order_time, 10) >= #{orderDate.startDate}
|