修改bug

master
wangwei 2 years ago
parent f0d33a95e5
commit 7fa4e80e7d

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

Loading…
Cancel
Save