Commit aef99af3 by jinxin

bug

parent 3ed9909e
...@@ -284,6 +284,7 @@ public class AppOrderApiServiceImpl implements AppOrderApiService { ...@@ -284,6 +284,7 @@ public class AppOrderApiServiceImpl implements AppOrderApiService {
} }
if (now.before(endTime)){ if (now.before(endTime)){
result.setType(2); result.setType(2);
result.setEndTime(endTime);
}else { }else {
result.setType(1); result.setType(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