1
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
order by order_time desc
|
||||
limit 1
|
||||
</select>
|
||||
|
||||
|
||||
<select id="selectJDOrderByThirdPartyOrderNo" parameterType="string" resultMap="JDOrderResult">
|
||||
<include refid="selectJDOrderBase"/>
|
||||
where third_party_order_no = #{thirdPartyOrderNo}
|
||||
@@ -178,7 +178,7 @@
|
||||
<select id="selectJDOrderListByDistributionMarkFOrPDD" resultMap="JDOrderResult">
|
||||
<include refid="selectJDOrderBase"/>
|
||||
<where>
|
||||
(distribution_mark = 'F' OR distribution_mark = 'PDD')
|
||||
(distribution_mark = 'F' OR distribution_mark = 'PDD' OR distribution_mark = 'H')
|
||||
AND logistics_link IS NOT NULL
|
||||
AND logistics_link != ''
|
||||
</where>
|
||||
|
||||
Reference in New Issue
Block a user