1
This commit is contained in:
@@ -178,7 +178,7 @@
|
|||||||
<select id="selectJDOrderListByDistributionMarkFOrPDD" resultMap="JDOrderResult">
|
<select id="selectJDOrderListByDistributionMarkFOrPDD" resultMap="JDOrderResult">
|
||||||
<include refid="selectJDOrderBase"/>
|
<include refid="selectJDOrderBase"/>
|
||||||
<where>
|
<where>
|
||||||
(distribution_mark = 'F' OR distribution_mark = 'PDD' OR distribution_mark = 'H')
|
(distribution_mark = 'F' OR distribution_mark = 'PDD' OR distribution_mark = 'H' OR distribution_mark = 'W' OR distribution_mark = 'PDD-W')
|
||||||
AND logistics_link IS NOT NULL
|
AND logistics_link IS NOT NULL
|
||||||
AND logistics_link != ''
|
AND logistics_link != ''
|
||||||
</where>
|
</where>
|
||||||
|
|||||||
Reference in New Issue
Block a user