Commit f59ede04 by yangfangfang

解决报错

parent fe80acce
...@@ -98,7 +98,7 @@ public class TestSingleReserveByDeposit extends BaseTestImpl { ...@@ -98,7 +98,7 @@ public class TestSingleReserveByDeposit extends BaseTestImpl {
body.put("memberId",memberId);//会员id body.put("memberId",memberId);//会员id
body.put("objectId", RandomStringUtil.randomString(16)); body.put("objectId", RandomStringUtil.randomString(16));
body.put("receivableAmount","0.00"); body.put("receivableAmount","0.00");
body.put("scheduleStartTime", TimeUtils.getToDayTime(22,50));//约课开始时间://本来yy写的是 当前后2天 CommUtil.oneKeyGetAddDay(2),改成了当天的最后一个时间,因为目前拉不出00.00这个时间所以原来的总是不能预约 body.put("scheduleStartTime", CommUtil.oneKeyGetAddDay(2));//约课开始时间:当前后2天
body.put("spanMinutes",10); body.put("spanMinutes",10);
body.put("studioId",xmAppApi.getLoginInfo().getStudioId()); body.put("studioId",xmAppApi.getLoginInfo().getStudioId());
body.put("brandId",xmAppApi.getLoginInfo().getBrandId()); body.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