Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SiEn
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hewei
SiEn
Commits
19327a2f
Commit
19327a2f
authored
Oct 23, 2020
by
zhangjw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1:完善查询聊天记录 sql
parent
6cab69bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
customer-service/src/main/resources/com/ym/im/mapper/ChatRecordMapper.xml
+3
-0
customer-service/src/main/resources/rebel.xml
+1
-1
No files found.
customer-service/src/main/resources/com/ym/im/mapper/ChatRecordMapper.xml
View file @
19327a2f
...
...
@@ -189,6 +189,9 @@
<if
test=
"pull.userId != null"
>
user_id = #{pull.userId} AND
</if>
<if
test=
"pull.merchantId != null"
>
merchant_id = #{pull.merchantId} AND
</if>
<if
test=
"pull.direction == 'forward' and pull.chatRecordId != null"
>
--id小于传入id
id
<
#{pull.chatRecordId}
...
...
customer-service/src/main/resources/rebel.xml
View file @
19327a2f
...
...
@@ -7,7 +7,7 @@
<application
generated-by=
"intellij"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns=
"http://www.zeroturnaround.com"
xsi:schemaLocation=
"http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd"
>
<classpath>
<dir
name=
"/Users/JJww/Documents/Workspaces/
pathfinder/pathfinder_im
/target/classes"
>
<dir
name=
"/Users/JJww/Documents/Workspaces/
Jumeirah/customer-service
/target/classes"
>
</dir>
</classpath>
...
...
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