|
@@ -119,6 +119,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="majorId != null and majorId != ''">
|
|
|
AND g.major_id = #{majorId}
|
|
|
</if>
|
|
|
+ <if test="orderSn != null and orderSn != ''">
|
|
|
+ AND o.order_sn = #{orderSn}
|
|
|
+ </if>
|
|
|
<if test="orderStatus != null ">
|
|
|
AND o.order_status in
|
|
|
<foreach collection="orderStatus" item="item" index="index" open="(" close=")" separator=",">
|