Commit 6aa8c897 authored by jiaorz's avatar jiaorz

添加押金记录客服电话,出行记录查询筛选

parent 4da5b3c0
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<result column="last_time" property="lastTime" jdbcType="BIGINT" /> <result column="last_time" property="lastTime" jdbcType="BIGINT" />
</resultMap> </resultMap>
<select id="Id" parameterType="java.lang.Integer" resultType="com.xxfc.platform.activity.entity.IntegralSignRecord"> <select id="selectByUserId" parameterType="java.lang.Integer" resultType="com.xxfc.platform.activity.entity.IntegralSignRecord">
select * from integral_sign_record select * from integral_sign_record
where user_id = #{userId} and isdel = 0 where user_id = #{userId} and isdel = 0
order by last_time order by last_time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment