|
|
@ -132,6 +132,9 @@
|
|
|
|
<if test="customerId != '' and customerId != null">
|
|
|
|
<if test="customerId != '' and customerId != null">
|
|
|
|
AND tdi.customerId = #{customerId}
|
|
|
|
AND tdi.customerId = #{customerId}
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
|
|
|
|
<if test="registerNo != '' and registerNo != null">
|
|
|
|
|
|
|
|
AND tdi.registerNo = #{registerNo}
|
|
|
|
|
|
|
|
</if>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|