Commit 4517e47f authored by 龚小红's avatar 龚小红

1.增加约面日历和非一面面访信息维护

parent 3dbf309b
......@@ -598,7 +598,7 @@ public class Phone implements Authorization {
int size = response.jsonPath().getInt("data.list.size()");
Assert.assertTrue(size>0,network.message(BasicConfig.PHONE_paper_getCustomers,"订单状态未更新为已参观",response.body().asString()));
String label = response.jsonPath().getString("data.list[0].label");
Assert.assertEquals(label,"今日查看微信",network.message(BasicConfig.PHONE_paper_getCustomers,"日报提交状态非0:未提交",response.body().asString()));
Assert.assertEquals(label,"今日联系",network.message(BasicConfig.PHONE_paper_getCustomers,"日报提交状态非0:未提交",response.body().asString()));
}
@Test(description = "提交日报",priority = 50)
......
......@@ -1061,7 +1061,7 @@ public class Work implements Authorization {
params.clear();
String acqList[] = {"01","02","03","04","05","06","07","08","09"};
params.put("custSourceList",acqList);//客户来源:
params.put("custType",2); //1:全部客户;2:新客户;3:老客户
params.put("custType",3); //1:全部客户;2:新客户;3:老客户
params.put("id",4);
params.put("limitGoalFlag",0);
params.put("taskUsable",1); //0:任务状态关闭;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