Commit f2396b2a authored by 龚小红's avatar 龚小红

Merge branch 'Feature/20220305-gxh' into 'master'

fix

See merge request test-group/kejiji!234
parents a0031bbc 191b78a0
......@@ -109,7 +109,7 @@ public class Manager {
@Test(description = "不可修改总监为普通",priority = 6)
public void 不可修改总监为普通(){
HashMap<String,Object> params = new HashMap<>();
params.put("id", 36);
params.put("id", 40);
params.put("sellerName", "勿动-自动化测试销售");
params.put("phoneNumber", "18852895892");
params.put("roleType", 3);
......
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