|
@@ -54,7 +54,7 @@
|
|
|
<where>
|
|
|
<if test="customerCode != null and customerCode != ''">and CustomerCode like concat('%',#{customerCode},'%')</if>
|
|
|
<if test="customerName != null and customerName != ''">and CustomerName like concat('%',#{customerName},'%')</if>
|
|
|
- <if test="isDelete != null and isDelete != ''">and is_delete = #{isDelete}</if>
|
|
|
+ and s.is_delete = 0
|
|
|
<if test="orderNumber != null and orderNumber != ''">and order_number = #{orderNumber}</if>
|
|
|
<if test="orderCreationTime != null and orderCreationTime != ''">and order_creation_time =
|
|
|
#{orderCreationTime}
|