This commit is contained in:
cc
2024-11-29 14:11:49 +08:00
parent cd8dd2ee4a
commit 3dfc6f0b3d
2 changed files with 3 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ public class OrderUtil {
/**
* 手动调用 将订单发送到微信
*/
@Async
@Async("threadPoolTaskExecutor")
public void orderToWx(OrderRow orderRow, Boolean isAutoFlush) {
// 获取订单当前状态
Integer newValidCode = orderRow.getValidCode();