src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
@@ -159,4 +159,16 @@ a.member_id = #{memberId} and a.status = #{status} </select> <select id="selectMoneyFlowByOrderNo" resultType="cc.mrbird.febs.mall.entity.MallMoneyFlow"> select a.* from mall_money_flow a where a.order_no = #{orderNo} and a.type in (1,3,4,6) </select> <delete id="deleteByOrderNo"> delete from mall_money_flow where order_no = #{orderNo} </delete> </mapper>