|
@@ -15,7 +15,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="gzhOpenid" column="gzh_openid" />
|
|
|
<result property="transactionId" column="transaction_id" />
|
|
|
<result property="outTradeNo" column="out_trade_no" />
|
|
|
- <result property="outSplitNo" column="out_split_no" />
|
|
|
<result property="outRefundNo" column="out_refund_no" />
|
|
|
<result property="total" column="total" />
|
|
|
<result property="splitPrice" column="split_price" />
|
|
@@ -41,7 +40,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="goodsName != null and goodsName != ''"> and goods_name = #{goodsName}</if>
|
|
|
<if test="outTradeNo != null and outTradeNo != ''"> and out_trade_no = #{outTradeNo}</if>
|
|
|
<if test="outRefundNo != null and outRefundNo != '' "> and out_refund_no = #{out_refund_no}</if>
|
|
|
- <if test="outSplitNo != null and outSplitNo != '' "> and out_split_no = #{outSplitNo}</if>
|
|
|
<if test="total != null "> and total = #{total}</if>
|
|
|
<if test="tradeType != null and tradeType != '' "> and trade_type = #{tradeType}</if>
|
|
|
<if test="unionId != null and unionId != '' "> and union_id = #{unionId}</if>
|