上线修改在线支付

This commit is contained in:
曹磊 2024-08-12 17:40:35 +08:00
parent 21f5e0f180
commit abaafa4486
4 changed files with 2250 additions and 2216 deletions

View File

@ -333,7 +333,7 @@ public class ArtificerController {
return ordersService.updateArtificerCreditScore(type, creditScore, artificerId);
}
// @Scheduled(cron = "0 */1 * * * ?")
@Scheduled(cron = "0 */1 * * * ?")
public void endOrders(){
ordersService.endOrders();
}

View File

@ -5746,7 +5746,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
//电话通知 add 2024-06-20 by caolei
messageService.sendNoticeByCall(artificer.getUserId());
}
// sendMsg(orders);
sendMsg(orders);
return Result.success();
}
@ -6292,7 +6292,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
//电话通知 add 2024-06-20 by caolei
messageService.sendNoticeByCall(artificer.getUserId());
}
// sendMsg(orders);
sendMsg(orders);
return Result.success();
}
@ -6356,7 +6356,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
singleThreadPool.submit(new Runnable() {
@Override
public void run() {
// sendAliPhone(userEntity.getPhone(), 1);
sendAliPhone(userEntity.getPhone(), 1);
}
});
}
@ -7431,7 +7431,7 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
singleThreadPool.submit(new Runnable() {
@Override
public void run() {
// sendAliPhone(userEntity.getPhone(), 2);
sendAliPhone(userEntity.getPhone(), 2);
}
});