Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-07-14 09:12:38 +08:00
commit 75060f9947
1 changed files with 1 additions and 3 deletions

View File

@ -20,8 +20,6 @@ public class CodeGenerationUtils {
private static final SimpleDateFormat SIMPLE_DATE_FORMAT = new SimpleDateFormat("YYYYMMdd");
private static final String day = SIMPLE_DATE_FORMAT.format(new Date());
public String getResourceNumber(String type) {
return null;
}
@ -39,7 +37,7 @@ public class CodeGenerationUtils {
*/
public String getApplyNumber(String type) {
String applyNumberPattern = type + day;
String applyNumberPattern = type + SIMPLE_DATE_FORMAT.format(new Date());
if (StringUtils.isBlank(type)) {
return "";