Commit 6b7c0c46 authored by 龚小红's avatar 龚小红

增加盘点延时查询

parent b0ee8e0e
...@@ -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(1000); sleep(3000);
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment