撤销收款接口
This commit is contained in:
@@ -13,7 +13,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
WM_CONCAT(b.bill_number) AS billNumbers
|
||||
FROM
|
||||
receipt_manage a
|
||||
LEFT JOIN receipt_detail b ON a.receipt_manage_id = b.receipt_manage_id
|
||||
LEFT JOIN receipt_detail b ON a.receipt_manage_id = b.receipt_manage_id AND b.del_flag = 1
|
||||
WHERE
|
||||
a.del_flag = 1
|
||||
<include refid="common_where"/>
|
||||
@@ -101,6 +101,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
left join PAYMENT_WALLET c on b.payment_card_id = c.PAYMENT_WALLET_ID
|
||||
WHERE
|
||||
a.bill_manage_id = #{billManageId}
|
||||
AND a.del_flag = 1
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user