md
This commit is contained in:
parent
660cbcc000
commit
e72095967c
@ -494,7 +494,7 @@
|
||||
<select id="selectWaitGotOrderList" parameterType="EmisWaybill" resultMap="EmisWaybillResult">
|
||||
<include refid="selectEmisWaybillVo"/>
|
||||
<where>
|
||||
a.del_flag='0' and a.order_type='0' and a.waybill_status='0' and a.order_status in('0','2')
|
||||
a.del_flag='0' and a.order_type='0' and a.waybill_status='0' and a.order_status in('0','3')
|
||||
|
||||
<if test="id != null "> and a.id = #{id}</if>
|
||||
<if test="orderSn != null and orderSn != ''"> and ( FIND_IN_SET(`order_sn`,#{orderSn}) or order_sn like concat('%', #{orderSn}, '%') ) </if>
|
||||
@ -1018,7 +1018,7 @@
|
||||
<select id="selectEmisWaybillList" parameterType="EmisWaybill" resultMap="EmisWaybillResult">
|
||||
<include refid="selectEmisWaybillVo"/>
|
||||
<where>
|
||||
a.del_flag='0' and a.order_status !='0' and a.order_status!='2'
|
||||
a.del_flag='0' and a.order_status !='0'
|
||||
<if test="id != null "> and a.id = #{id}</if>
|
||||
|
||||
<if test="orderSn != null and orderSn != ''"> and ( FIND_IN_SET(`order_sn`,#{orderSn}) or order_sn like concat('%', #{orderSn}, '%') ) </if>
|
||||
@ -1202,11 +1202,11 @@
|
||||
</if>
|
||||
|
||||
<if test="params.waybillStatType != null and params.waybillStatType == 3">
|
||||
and a.waybill_status!='0'
|
||||
and a.waybill_status!='0' and a.order_status='2'
|
||||
</if>
|
||||
|
||||
<if test="params.waybillStatType != null and params.waybillStatType == 4">
|
||||
|
||||
and a.order_status='3'
|
||||
</if>
|
||||
|
||||
|
||||
@ -1961,7 +1961,6 @@
|
||||
from emis_waybill a
|
||||
where a.del_flag='0'
|
||||
and a.waybill_status!='0'
|
||||
and a.order_status!='0' and a.order_status!='3'
|
||||
<if test="params.privSiteCode != null and params.privSiteCode != '88888'">
|
||||
and (
|
||||
a.send_site_code in (
|
||||
@ -1982,8 +1981,7 @@
|
||||
select count(1) as hasCancelCount
|
||||
from emis_waybill a
|
||||
where a.del_flag='0'
|
||||
and a.waybill_status!='0'
|
||||
and a.order_status!='0' and a.order_status!='3'
|
||||
and a.order_status='2'
|
||||
<if test="params.privSiteCode != null and params.privSiteCode != '88888'">
|
||||
and (
|
||||
a.send_site_code in (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user