Browse Source

update 订单导出增加新生课程专享

周箭河 4 năm trước cách đây
mục cha
commit
e1ffb7eda1

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/SubjectChangeMapper.xml

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