Commit 7cda4952 by yinyong

订单sql修改

parent c2cec9d0
...@@ -3190,7 +3190,7 @@ ...@@ -3190,7 +3190,7 @@
</select> </select>
<select id="selectFBAFee" resultType="java.math.BigDecimal"> <select id="selectFBAFee" resultType="java.math.BigDecimal">
SELECT cost_fba_fee FROM dc_base_oms_sku WHERE platform_type='FBA' AND bailun_sku=#{bailunSku} AND website=#{webSite} AND cost_fba_fee &gt; 0 order by paid_time desc limit 1 SELECT cost_fba_fee FROM dc_base_oms_sku WHERE platform_type='FBA' AND bailun_sku=#{bailunSku} AND website=#{webSite} AND cost_fba_fee &gt; 0 limit 1
</select> </select>
</mapper> </mapper>
\ No newline at end of file
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