|
@@ -384,7 +384,7 @@ public class SwBillingRecordServiceImpl extends ServiceImpl<SwBillingRecordDao,
|
|
|
int randomNumber = random.nextInt(1000);
|
|
|
String randomStr = String.format("%03d", randomNumber);
|
|
|
LocalDateTime now = LocalDateTime.now();
|
|
|
- add.setBillingnumber(now.format(DateTimeFormatter.ofPattern("yyyyMMddHHmmss")) + randomStr);
|
|
|
+ add.setBillingnumber(now.format(DateTimeFormatter.ofPattern("yyyyMMddHHmmssSSS")) + randomStr);
|
|
|
|
|
|
}
|
|
|
|