|
@@ -163,7 +163,7 @@
|
|
trans_no_ = #{transNo},
|
|
trans_no_ = #{transNo},
|
|
</if>
|
|
</if>
|
|
<if test="status != null">
|
|
<if test="status != null">
|
|
- status_ = #{status},
|
|
|
|
|
|
+ status_ = #{status,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler},
|
|
</if>
|
|
</if>
|
|
<if test="paymentChannel != null">
|
|
<if test="paymentChannel != null">
|
|
payment_channel_=#{paymentChannel},
|
|
payment_channel_=#{paymentChannel},
|