Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oto
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
龚小红
oto
Commits
6b7c0c46
Commit
6b7c0c46
authored
Nov 15, 2022
by
龚小红
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加盘点延时查询
parent
b0ee8e0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Work.java
src/test/java/com/oto/cases/otoseller/Work.java
+3
-1
No files found.
src/test/java/com/oto/cases/otoseller/Work.java
View file @
6b7c0c46
...
@@ -117,6 +117,8 @@ public class Work implements Authorization {
...
@@ -117,6 +117,8 @@ public class Work implements Authorization {
assignSeller
(
custId
,
INVITE_ID
,
true
,
1
);
assignSeller
(
custId
,
INVITE_ID
,
true
,
1
);
assignSeller
(
custId
+
3
,
320
,
true
,
1
);
// for(int i = 6104;i<6204;i++){
// for(int i = 6104;i<6204;i++){
// assignSeller(custId,INVITE_ID,true);
// assignSeller(custId,INVITE_ID,true);
//
//
...
@@ -1311,7 +1313,7 @@ public class Work implements Authorization {
...
@@ -1311,7 +1313,7 @@ public class Work implements Authorization {
@Test
(
description
=
"查看盘点客户列表"
,
priority
=
96
)
@Test
(
description
=
"查看盘点客户列表"
,
priority
=
96
)
public
void
查看盘点客户列表
(){
public
void
查看盘点客户列表
(){
sleep
(
1
000
);
sleep
(
3
000
);
HashMap
<
String
,
Object
>
params
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
params
=
new
HashMap
<>();
params
.
put
(
"custName"
,
"自动化"
);
params
.
put
(
"custName"
,
"自动化"
);
params
.
put
(
"todayCheck"
,
1
);
params
.
put
(
"todayCheck"
,
1
);
...
...
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