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
2968563c
Commit
2968563c
authored
Jun 21, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加重复订单请求
parent
47a265a3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
73 additions
and
2 deletions
+73
-2
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/ph/PhQueueController.http
...est/java/com/mortals/httpclient/ph/PhQueueController.http
+71
-0
No files found.
bill-manager/src/main/java/com/mortals/xhx/module/ph/web/PhQueueController.java
View file @
2968563c
...
...
@@ -114,7 +114,7 @@ public class PhQueueController extends BaseCRUDJsonBodyMappingController<PhQueue
}
removeDuplicate
(
list
);
if
(
!
ObjectUtils
.
isEmpty
(
list
))
return
;
if
(
ObjectUtils
.
isEmpty
(
list
))
return
;
phQueueService
.
save
(
list
);
}
};
...
...
bill-manager/src/main/java/com/mortals/xhx/module/pj/web/PjEvaluateController.java
View file @
2968563c
...
...
@@ -119,7 +119,7 @@ public class PjEvaluateController extends BaseCRUDJsonBodyMappingController<PjEv
getSite
(
entity
);
}
removeDuplicate
(
list
);
if
(
!
ObjectUtils
.
isEmpty
(
list
))
return
;
if
(
ObjectUtils
.
isEmpty
(
list
))
return
;
pjEvaluateService
.
save
(
list
);
}
};
...
...
bill-manager/src/test/java/com/mortals/httpclient/ph/PhQueueController.http
View file @
2968563c
...
...
@@ -64,6 +64,77 @@ Content-Type: application/json
client.global.set("PhQueue_id", JSON.parse(response.body).data.id);
%}
###排号汇总更新与保存
POST {{baseUrl}}/ph/queue/batchSave
Content-Type: application/json
[{
"ordernumber":"123",
"style":"未叫号",
"business":"医保异地转移",
"windowName":"交警窗口",
"windowFromnum":"1A11",
"flownum":"第xxx号",
"formernum":"221",
"peopleIdcard":"5101061885411458",
"peopleName":"王石",
"peopleSex":"男",
"peoplePhone":"13808095770",
"workmanName":"陈长虹",
"workmanNumber":"ZJ001",
"taketime":"1716739200000",
"calltime":"1716749200000",
"endtime":"1716739200000",
"waitTime":189,
"handleTime":224,
"deviceName":"PVq8Ws",
"callName":"MHM4hc",
"matterName":"RLTHgE",
"queueid":"123",
"wySignin":"现场取号",
"sectionName":"不动产",
"hallName":"公安大厅",
"deviceType":"排号机",
"siteId":1,
"siteCode":"511500000000-0001",
"siteName":"智慧排队管理服务系统",
"extNum":"511500000000-0001-2"
},{
"ordernumber":"123",
"style":"未叫号",
"business":"医保异地转移",
"windowName":"交警窗口",
"windowFromnum":"1A11",
"flownum":"第xxx号",
"formernum":"221",
"peopleIdcard":"5101061885411458",
"peopleName":"王石",
"peopleSex":"男",
"peoplePhone":"13808095770",
"workmanName":"陈长虹",
"workmanNumber":"ZJ001",
"taketime":"1716739200000",
"calltime":"1716749200000",
"endtime":"1716739200000",
"waitTime":189,
"handleTime":224,
"deviceName":"PVq8Ws",
"callName":"MHM4hc",
"matterName":"RLTHgE",
"queueid":"123",
"wySignin":"现场取号",
"sectionName":"不动产",
"hallName":"公安大厅",
"deviceType":"排号机",
"siteId":1,
"siteCode":"511500000000-0001",
"siteName":"智慧排队管理服务系统",
"extNum":"511500000000-0001-3"
}]
###排号汇总查看
GET {{baseUrl}}/ph/queue/info?id={{PhQueue_id}}
Accept: application/json
...
...
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