Commit 1098f123 authored by 周健威's avatar 周健威

修改结束时间

parent bef46fb4
...@@ -178,7 +178,7 @@ public class OrderDelayBiz { ...@@ -178,7 +178,7 @@ public class OrderDelayBiz {
setBookEndDateTime(dto.getBookEndDateTime()); setBookEndDateTime(dto.getBookEndDateTime());
}}); }});
if( !SYS_TRUE.equals(restResponse.getCode())) { if( !SYS_JSON_TRUE.equals(restResponse.getStatus())) {
throw new BaseException(ResultCode.FAILED_CODE, Sets.newSet("延期失败")); throw new BaseException(ResultCode.FAILED_CODE, Sets.newSet("延期失败"));
} }
cloudTransact = 1; cloudTransact = 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