This commit is contained in:
cc
2024-11-29 22:32:06 +08:00
parent 3dfc6f0b3d
commit aad3989165

View File

@@ -55,7 +55,6 @@ public class OrderUtil {
/**
* 将数据库订单转化成微信所需要文本
*/
@Async
public String getFormattedOrderInfo(OrderRow orderRow, Integer oldValidCode) {
SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
ValidCodeConverter converter = new ValidCodeConverter();