|
|
|
@ -32,6 +32,9 @@
|
|
|
|
|
<if test="nameCode != null and nameCode != ''">
|
|
|
|
|
AND ic.nameCode = #{nameCode}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="status != null ">
|
|
|
|
|
AND ic.status = #{status}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="invCode != null and invCode != ''">
|
|
|
|
|
AND inv_prein_order.invCode = #{invCode}
|
|
|
|
|
</if>
|
|
|
|
|