Commit 905f779b by yuanchao

20240329建行支付

parent 7a951f67
......@@ -30,7 +30,7 @@ public class WaterTask {
long difference = waterOrder.getCreateTime().getTime() - DateUtils.getNowDate().getTime();
long hours = difference / (60 * 60 * 1000);
//判断该订单是否已超过十二小时
if (hours > 12){
if (hours > 24){
//普通订单,修改订单状态为已完成
//判断送水工是否点击已送达
if (waterOrder.getCompleteState() == 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