记得上下班打卡 | git大法好,push需谨慎

Commit 7b8dc982 authored by jiangxiulong's avatar jiangxiulong

快递搜索

parent 9c67b6e1
...@@ -314,6 +314,9 @@ ...@@ -314,6 +314,9 @@
<if test="expressContacts != null and expressContacts != ''">AND kot.express_contacts LIKE concat('%', <if test="expressContacts != null and expressContacts != ''">AND kot.express_contacts LIKE concat('%',
#{expressContacts}, '%') #{expressContacts}, '%')
</if> </if>
<if test="expressStatus != '' and expressStatus != 1">AND oe.express_status = ${expressStatus}</if>
<if test="expressStatus == 1">AND oe.express_status IS NULL</if>
</where> </where>
</select> </select>
<select id="getCanPlaceOrderList" resultType="com.liquidnet.service.kylin.entity.KylinOrderTickets"> <select id="getCanPlaceOrderList" resultType="com.liquidnet.service.kylin.entity.KylinOrderTickets">
......
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