mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 优化订单金额展示
This commit is contained in:
@@ -974,4 +974,15 @@
|
||||
id=#{i.id}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<select id="getOrderDetailList" resultMap="OrderDetailResult">
|
||||
select
|
||||
<include refid="Detail_Base_Column_List"/>
|
||||
from order_detail
|
||||
where del_flag = '0'
|
||||
and order_code in
|
||||
<foreach collection="list" item="item" open="(" separator="," close=")">
|
||||
#{item,jdbcType=VARCHAR}
|
||||
</foreach>
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user