|
@@ -1896,7 +1896,6 @@ public class BilletHotsendBaseServiceImpl extends ServiceImpl<BilletHotsendBaseM
|
|
|
|
|
|
int randomPart = (int) (snowflakeId % 900 + 100);
|
|
int randomPart = (int) (snowflakeId % 900 + 100);
|
|
|
|
|
|
- return heatNo + String.format("%03d", randomPart);
|
|
|
|
|
|
+ return heatNo + String.format("%07d", randomPart);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|