mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-16 21:30:28 +08:00
update
This commit is contained in:
@@ -733,6 +733,16 @@
|
||||
<!--and order_code like 'C%'-->
|
||||
</select>
|
||||
|
||||
<select id="selectByPaymentIds" resultMap="BaseResultMap">
|
||||
select
|
||||
<include refid="Base_Column_List" />
|
||||
from adapay_unsplit_record
|
||||
where payment_id in
|
||||
<foreach close=")" collection="list" item="item" open="(" separator=",">
|
||||
#{item,jdbcType=VARCHAR}
|
||||
</foreach>
|
||||
</select>
|
||||
|
||||
<select id="queryList" resultType="com.jsowell.pile.vo.AdapayUnsplitRecordVO">
|
||||
SELECT
|
||||
order_code as orderCode,
|
||||
|
||||
Reference in New Issue
Block a user