Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
entrance_api
Project
Project
Details
Activity
Releases
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
王琮
entrance_api
Commits
fb71a47f
Commit
fb71a47f
authored
Dec 06, 2022
by
盖献康
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
99451bd1
016e3a04
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
136 additions
and
29 deletions
+136
-29
VisitDataInviteDto.java
...g/rcisoft/integration/jieLink/dto/VisitDataInviteDto.java
+10
-0
JieLinkServiceImpl.java
.../integration/jieLink/service/impl/JieLinkServiceImpl.java
+120
-27
application-dev-conf.yml
src/main/resources/application-dev-conf.yml
+4
-0
VisitInfomationMapper.xml
src/main/resources/mapper/VisitInfomationMapper.xml
+2
-2
No files found.
src/main/java/org/rcisoft/integration/jieLink/dto/VisitDataInviteDto.java
View file @
fb71a47f
...
...
@@ -2,6 +2,9 @@ package org.rcisoft.integration.jieLink.dto;
import
lombok.Data
;
import
java.util.List
;
import
java.util.Map
;
/**
* 邀访记录主表
*/
...
...
@@ -57,4 +60,11 @@ public class VisitDataInviteDto {
*/
private
String
content
;
/**
* <pre>
* 设备区域列表
* </pre>
*/
private
List
<
Map
<
String
,
String
>>
deviceApList
;
}
src/main/java/org/rcisoft/integration/jieLink/service/impl/JieLinkServiceImpl.java
View file @
fb71a47f
This diff is collapsed.
Click to expand it.
src/main/resources/application-dev-conf.yml
View file @
fb71a47f
...
...
@@ -90,3 +90,7 @@ wx:
appId
:
wx16cfb2d12e4ab57c
secret
:
37556072ad536b8d9d6cf5fb638fec88
timeOut
:
3600
jieLink
:
apiUrl
:
http://192.168.18.192:8091
account
:
9999
pwd
:
123456
\ No newline at end of file
src/main/resources/mapper/VisitInfomationMapper.xml
View file @
fb71a47f
...
...
@@ -168,10 +168,10 @@
vi.create_date desc
</if>
<if
test=
"entity.sort == '1'.toString()"
>
vi.create_date
vi.create_date
desc
</if>
<if
test=
"entity.sort == '2'.toString()"
>
vi.visit_
date
vi.visit_
real_time desc
</if>
</if>
</select>
...
...
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