1
This commit is contained in:
@@ -262,13 +262,6 @@
|
||||
limit 1
|
||||
</select>
|
||||
|
||||
<select id="selectJDOrderByOrderIdOrThirdPartyOrderNo" parameterType="string" resultMap="JDOrderResult">
|
||||
<include refid="selectJDOrderBase"/>
|
||||
where order_id = #{orderKey} or third_party_order_no = #{orderKey}
|
||||
order by order_time desc
|
||||
limit 1
|
||||
</select>
|
||||
|
||||
<select id="selectOrderIdsByRebateRemarkUploadRecordId" parameterType="long" resultType="long">
|
||||
select id from jd_order
|
||||
where rebate_remark_json is not null
|
||||
|
||||
Reference in New Issue
Block a user