mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-04 11:37:37 +00:00
ref 修复单重构为调整单
This commit is contained in:
@@ -82,7 +82,7 @@ public class TradeNoGenerateUtil {
|
||||
/**
|
||||
* 生成修复单号
|
||||
*/
|
||||
public static String repair() {
|
||||
public static String adjust() {
|
||||
StringBuilder orderNo = new StringBuilder();
|
||||
String dateStr = LocalDateTime.now().format(DatePattern.PURE_DATETIME_FORMATTER);
|
||||
long id = ATOMIC_LONG.incrementAndGet();
|
||||
|
Reference in New Issue
Block a user