Просмотр исходного кода

Merge branch 'feature/250214' into develop-new

刘俊驰 5 месяцев назад
Родитель
Сommit
f510192a0a

+ 1 - 0
cooleshow-user/user-biz/src/main/resources/config/mybatis/UserWithdrawalMapper.xml

@@ -48,6 +48,7 @@
         , t.create_time_ as createTime
         , t.update_time_ as updateTime
         , t.status_ as status
+        , t.type_ as type
     </sql>
 
     <select id="detail" resultType="com.yonge.cooleshow.biz.dal.vo.UserWithdrawalVo">