Commit 5f242de2 by yangfangfang

解决进件修改记录的报错

parent 9ecfd851
...@@ -37,6 +37,7 @@ public class TestPageApply extends XMBaseTest { ...@@ -37,6 +37,7 @@ public class TestPageApply extends XMBaseTest {
JSONObject object = new JSONObject(); JSONObject object = new JSONObject();
object.put("current",0); object.put("current",0);
object.put("size",20); object.put("size",20);
object.put("studioId",xmAppApi.getLoginInfo().getStudioId());
object.put("brandId",xmAppApi.getLoginInfo().getBrandId()); object.put("brandId",xmAppApi.getLoginInfo().getBrandId());
object.put("operatorId",xmAppApi.getLoginInfo().getAdminId()); object.put("operatorId",xmAppApi.getLoginInfo().getAdminId());
......
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