Commit 580d9e16 authored by 温志超's avatar 温志超

更新查询

parent ffa2b86a
......@@ -134,7 +134,7 @@
<if test="customerProjectNo != null and customerProjectNo !=''">and pw.customer_project_no = #{customerProjectNo}</if>
<if test="orderCode != null and orderCode !=''">and pw.order_code like '%${orderCode}%' </if>
<if test="orderSerial != null and orderSerial !=''">and pw.order_serial = #{orderSerial}</if>
<if test="customerDrawingNo != null and customerDrawingNo !=''">and md.customer_Drawing_No like '%${customerDrawingNo}%'</if>
<if test="customerDrawingNo != null and customerDrawingNo !=''">and pw.customer_Drawing_No like '%${customerDrawingNo}%'</if>
<if test="statusArr != null">and pw.status in
<foreach item="status" collection="statusArr" open="(" separator="," close=")">
#{status}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment