Commit c615a73e authored by 周健威's avatar 周健威

修改bug

parent 7392b0bf
...@@ -164,7 +164,6 @@ public class OrderDelayBiz { ...@@ -164,7 +164,6 @@ public class OrderDelayBiz {
setBookStartDateTime(dto.getBookStartDateTime()); setBookStartDateTime(dto.getBookStartDateTime());
setBookEndDateTime(dto.getBookEndDateTime()); setBookEndDateTime(dto.getBookEndDateTime());
setBookType(BOOK_TYPE_RENT); setBookType(BOOK_TYPE_RENT);
set
}}); }});
if( !SYS_JSON_TRUE.equals(restResponse.getStatus())) { if( !SYS_JSON_TRUE.equals(restResponse.getStatus())) {
......
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