上线修改在线支付
This commit is contained in:
parent
21f5e0f180
commit
abaafa4486
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue