quchenfeng 1 週間 前
コミット
48df9274f9

+ 0 - 3
farm-sankin-biz/src/main/resources/mapper/BssOrderMapper.xml

@@ -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) &gt;= #{orderDate.startDate}