|
|
|
@ -36,6 +36,9 @@
|
|
|
|
|
<if test="orderIdFk != null and orderIdFk != ''">
|
|
|
|
|
AND a2.orderIdFk = #{orderIdFk}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="supId != null and supId != ''">
|
|
|
|
|
AND a2.supId = #{supId}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="nameCode != null and nameCode != ''">
|
|
|
|
|
AND a2.nameCode = #{nameCode}
|
|
|
|
|
</if>
|
|
|
|
|