Commit c2b33e7f by yangfangfang

数据中心-财务数据-营收数据

parent e1001223
...@@ -153,7 +153,7 @@ public class FinanceDataTools extends XMBaseTest { ...@@ -153,7 +153,7 @@ public class FinanceDataTools extends XMBaseTest {
JSONObject getCostData=new JSONObject(); JSONObject getCostData=new JSONObject();
getCostData.put("dateType",dateType); getCostData.put("dateType",dateType);
getCostData.put("endTime",endTime ); getCostData.put("endTime",endTime);
getCostData.put("startTime",startTime); getCostData.put("startTime",startTime);
getCostData.put("type",type); getCostData.put("type",type);
getCostData.put("brandId",xmAppApi.getLoginInfo().getBrandId()); getCostData.put("brandId",xmAppApi.getLoginInfo().getBrandId());
......
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