业务单据类型查询;
This commit is contained in:
+1
-1
@@ -432,7 +432,7 @@
|
|||||||
<if test="businessType != null and businessType != ''">
|
<if test="businessType != null and businessType != ''">
|
||||||
and a.BUSINESS_TYPE = #{businessType}
|
and a.BUSINESS_TYPE = #{businessType}
|
||||||
</if>
|
</if>
|
||||||
<if test="reservationOrderSource != null">
|
<if test="reservationOrderSource != null and reservationOrderSource != ''">
|
||||||
and a.RESERVATION_ORDER_SOURCE = #{reservationOrderSource}
|
and a.RESERVATION_ORDER_SOURCE = #{reservationOrderSource}
|
||||||
</if>
|
</if>
|
||||||
<if test="createByName != null and createByName != ''">
|
<if test="createByName != null and createByName != ''">
|
||||||
|
|||||||
+2
-2
@@ -325,10 +325,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
<if test="issueStatus != null">
|
<if test="issueStatus != null">
|
||||||
and a.ISSUE_STATUS = #{issueStatus}
|
and a.ISSUE_STATUS = #{issueStatus}
|
||||||
</if>
|
</if>
|
||||||
<if test="reservationOrderSource != null">
|
<if test="reservationOrderSource != null and orderTypeName != ''">
|
||||||
and a.RESERVATION_ORDER_SOURCE = #{reservationOrderSource}
|
and a.RESERVATION_ORDER_SOURCE = #{reservationOrderSource}
|
||||||
</if>
|
</if>
|
||||||
<if test="needTransportFlag != null">
|
<if test="needTransportFlag != null and orderTypeName != ''">
|
||||||
and a.NEED_TRANSPORT_FLAG = #{needTransportFlag}
|
and a.NEED_TRANSPORT_FLAG = #{needTransportFlag}
|
||||||
</if>
|
</if>
|
||||||
<if test="createByName != null and createByName != ''">
|
<if test="createByName != null and createByName != ''">
|
||||||
|
|||||||
Reference in New Issue
Block a user