业务单据类型查询;

This commit is contained in:
王奎兴
2026-06-04 14:17:04 +08:00
parent d7b2c73a57
commit 0d7d52ef60
2 changed files with 3 additions and 3 deletions
@@ -432,7 +432,7 @@
<if test="businessType != null and businessType != ''">
and a.BUSINESS_TYPE = #{businessType}
</if>
<if test="reservationOrderSource != null">
<if test="reservationOrderSource != null and reservationOrderSource != ''">
and a.RESERVATION_ORDER_SOURCE = #{reservationOrderSource}
</if>
<if test="createByName != null and createByName != ''">