Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
V
volunteer_service
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
licc
volunteer_service
Commits
4644b12c
Commit
4644b12c
authored
Jan 28, 2021
by
licc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改查询次数扣减接口
parent
e6545993
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
UserLimitRecordMapper.xml
...apper/src/main/resources/mapper/UserLimitRecordMapper.xml
+2
-2
application.yml
wisenergy-web-admin/src/main/resources/application.yml
+1
-1
No files found.
wisenergy-mapper/src/main/resources/mapper/UserLimitRecordMapper.xml
View file @
4644b12c
...
...
@@ -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
>
= #{createTime}
</if>
<if
test=
"minusLimit != null"
>
and
minus
_limit =#{minusLimit}
</if>
<if
test=
"createTime != null"
>
and
create_time
>
= #{createTime}
</if>
<if
test=
"updateTime != null"
>
and #{updateTime}
>
= update_time
</if>
</sql>
...
...
wisenergy-web-admin/src/main/resources/application.yml
View file @
4644b12c
...
...
@@ -3,7 +3,7 @@ server:
uri-encoding
:
UTF-8
max-threads
:
1000
min-spare-threads
:
30
port
:
808
0
port
:
808
3
connection-timeout
:
5000ms
spring
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment