Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bill-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
bill-platform
Commits
88d4d8ea
Commit
88d4d8ea
authored
Jun 21, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加重复订单请求
parent
0d243200
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
30 deletions
+29
-30
bill-manager/src/main/java/com/mortals/xhx/module/ph/web/PhQueueController.java
...java/com/mortals/xhx/module/ph/web/PhQueueController.java
+1
-1
bill-manager/src/main/java/com/mortals/xhx/module/pj/web/PjEvaluateController.java
...a/com/mortals/xhx/module/pj/web/PjEvaluateController.java
+1
-1
bill-manager/src/test/java/com/mortals/httpclient/http-client.env.json
...src/test/java/com/mortals/httpclient/http-client.env.json
+1
-1
bill-manager/src/test/java/com/mortals/httpclient/pj/PjEvaluateController.http
.../java/com/mortals/httpclient/pj/PjEvaluateController.http
+26
-27
No files found.
bill-manager/src/main/java/com/mortals/xhx/module/ph/web/PhQueueController.java
View file @
88d4d8ea
...
...
@@ -138,7 +138,7 @@ public class PhQueueController extends BaseCRUDJsonBodyMappingController<PhQueue
RedisTemplate
<
String
,
String
>
baseRedisTemplate
=
cacheService
.
selectDbRedisTemplate
(
1
);
//com:mortals:xhx:module:site:model:SiteEntity redis调用
String
siteStr
=
(
String
)
baseRedisTemplate
.
opsForHash
().
get
(
"com:mortals:xhx:module:site:model:SiteEntity"
,
entity
.
getSiteId
(
));
String
siteStr
=
(
String
)
baseRedisTemplate
.
opsForHash
().
get
(
"com:mortals:xhx:module:site:model:SiteEntity"
,
String
.
valueOf
(
entity
.
getSiteId
()
));
if
(!
ObjectUtils
.
isEmpty
(
siteStr
))
{
SitePdu
sitePdu
=
JSON
.
parseObject
(
siteStr
,
SitePdu
.
class
);
if
(!
ObjectUtils
.
isEmpty
(
sitePdu
))
{
...
...
bill-manager/src/main/java/com/mortals/xhx/module/pj/web/PjEvaluateController.java
View file @
88d4d8ea
...
...
@@ -140,7 +140,7 @@ public class PjEvaluateController extends BaseCRUDJsonBodyMappingController<PjEv
RedisTemplate
<
String
,
String
>
baseRedisTemplate
=
cacheService
.
selectDbRedisTemplate
(
1
);
//com:mortals:xhx:module:site:model:SiteEntity redis调用
String
siteStr
=
(
String
)
baseRedisTemplate
.
opsForHash
().
get
(
"com:mortals:xhx:module:site:model:SiteEntity"
,
entity
.
getSiteId
(
));
String
siteStr
=
(
String
)
baseRedisTemplate
.
opsForHash
().
get
(
"com:mortals:xhx:module:site:model:SiteEntity"
,
String
.
valueOf
(
entity
.
getSiteId
()
));
if
(!
ObjectUtils
.
isEmpty
(
siteStr
))
{
SitePdu
sitePdu
=
JSON
.
parseObject
(
siteStr
,
SitePdu
.
class
);
if
(!
ObjectUtils
.
isEmpty
(
sitePdu
))
{
...
...
bill-manager/src/test/java/com/mortals/httpclient/http-client.env.json
View file @
88d4d8ea
...
...
@@ -4,7 +4,7 @@
"baseLogin"
:
"http://127.0.0.1:18222/m"
},
"test"
:
{
"baseUrl"
:
"http://192.168.0.98:1
8322
/bill"
,
"baseUrl"
:
"http://192.168.0.98:1
1019
/bill"
,
"baseLogin"
:
"http://192.168.0.98:11078/base"
},
...
...
bill-manager/src/test/java/com/mortals/httpclient/pj/PjEvaluateController.http
View file @
88d4d8ea
...
...
@@ -25,41 +25,40 @@ Content-Type: application/json
###评价汇总更新与保存
POST {{baseUrl}}/pj/evaluate/save
Authorization: {{authToken}}
Content-Type: application/json
{
"peopleIdcard":"bdQuCS",
"peopleName":"
DmZ0Jg
",
"peopleSex":"
wyq7lZ
",
"peoplePhone":"
2SKneh
",
"pjOption":"
SX2mLa
",
"contentTag":"
drFXNR
",
"picUrl":"
FtHEwn
",
"sectionName":"
1UuXrm
",
"hallName":"
YO4rTn
",
"pjSource":"
Ul1pCj
",
"opinion":"
m7UhPx
",
"windowName":"
2w0FDN
",
"windowFromnum":"
p5khFQ
",
"peopleName":"
张三
",
"peopleSex":"
男
",
"peoplePhone":"
13808095770
",
"pjOption":"
非常满意
",
"contentTag":"
aaa
",
"picUrl":"
/xxx/xxx.jpg
",
"sectionName":"
行政审批局
",
"hallName":"
公安大厅
",
"pjSource":"
导视机
",
"opinion":"
工作人员态度好
",
"windowName":"
社保大厅
",
"windowFromnum":"
D21
",
"flounum":"uukl09",
"pjxt":"
窗口评价
",
"workmanName":"
atNoB8
",
"workmanNumber":"
8mhdAx
",
"devicenum":"
YW0CNm
",
"pjxt":"
自助服务终端
",
"workmanName":"
张三
",
"workmanNumber":"
123
",
"devicenum":"
DC-BC-AE-DF
",
"evaluatestatus":"等待评价",
"evaluatetype":"截图",
"photobefor":"
BwRyWF
",
"photoautograph":"
pNboOf
",
"picture":"
ZWtmv2
",
"process":"
DiA38c
",
"eyevaluate":"
未标记
",
"photobefor":"
/xxx/xxx.jpg
",
"photoautograph":"
/xxx/xxx.jpg
",
"picture":"
/xxx/xxx.jpg
",
"process":"
/xxx/xxx.mp4
",
"eyevaluate":"
标记非恶意差评
",
"pjType":"窗口评价",
"pjTime":
"1716739200000"
,
"siteId":
0
,
"siteCode":"
eecPvz
",
"siteName":"
4ajJdp
",
"extNum":"
oik66b",
"pjTime":
1716739200000
,
"siteId":
1
,
"siteCode":"
511500000000-0001
",
"siteName":"
智慧排队管理服务系统
",
"extNum":"
511500000000-0001-3"
}
> {%
...
...
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