src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
@@ -138,7 +138,7 @@ <select id="selectOneByMemberIdAndOrderNoAndTypeAndStatusAndIsReturn" resultType="cc.mrbird.febs.mall.entity.MallMoneyFlow"> select a.* from mall_money_flow a where a.memberId = #{memberId} where a.member_id = #{memberId} and a.order_no = #{orderNo} and a.type = #{type} and a.status = #{status}