Commit 616a7ffc by zhangzhen

细节优化

parent 6f22be62
......@@ -695,7 +695,9 @@
start +=24
this.setStartTime.days = 1
}
if (end <= start) {
if(this.orderType ==1 && end <= start) {
end += 24
} else if (this.orderType ==2 && end < start){
end += 24
}
// 重新将数据还原到元数据
......
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