feat:加盟费处理
This commit is contained in:
@@ -414,6 +414,16 @@
|
||||
select * from xfsg_line_pay where deleted = 0 and payment_receipt_code = #{paymentReceiptCode} and
|
||||
pay_business_type = 1 order by create_time desc
|
||||
</select>
|
||||
|
||||
<select id="getLastPay" resultMap="BaseResultMap">
|
||||
select * from xfsg_line_pay
|
||||
where deleted = 0
|
||||
and shop_id = #{shopId}
|
||||
and pay_business_type = 1
|
||||
and xgj_claim_status = 1
|
||||
order by update_time desc limit 1
|
||||
</select>
|
||||
|
||||
<update id="dataUpdateLinePay">
|
||||
<foreach collection="list" separator=";" item="item" index="index">
|
||||
update xfsg_line_pay
|
||||
|
||||
Reference in New Issue
Block a user