Commit 2b5ec953 by 程裕兵

feat:queyt order tpe

parent 90f69fcc
...@@ -104,6 +104,9 @@ ...@@ -104,6 +104,9 @@
<if test="query.thirdTransNo != null and query.thirdTransNo != ''"> <if test="query.thirdTransNo != null and query.thirdTransNo != ''">
and third_trans_no = #{query.thirdTransNo} and third_trans_no = #{query.thirdTransNo}
</if> </if>
<if test="query.orderType != null and query.orderType != ''">
and order_type = #{query.orderType}
</if>
<if test="query.transState != null and query.transState != ''"> <if test="query.transState != null and query.transState != ''">
and trans_state = #{query.transState} and trans_state = #{query.transState}
</if> </if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment