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