Commit 4644b12c authored by licc's avatar licc

修改查询次数扣减接口

parent e6545993
......@@ -36,8 +36,8 @@
<sql id="criteria">
<if test="id != null">id = #{id}</if>
<if test="userId != null">and user_id = #{userId}</if>
<if test="minusLimit != null">and total_limit =#{minusLimit}</if>
<if test="createTime != null">and minus_limit &gt;= #{createTime}</if>
<if test="minusLimit != null">and minus_limit =#{minusLimit}</if>
<if test="createTime != null">and create_time &gt;= #{createTime}</if>
<if test="updateTime != null">and #{updateTime} &gt;= update_time</if>
</sql>
......
......@@ -3,7 +3,7 @@ server:
uri-encoding: UTF-8
max-threads: 1000
min-spare-threads: 30
port: 8080
port: 8083
connection-timeout: 5000ms
spring:
......
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