占桩订单表 实体类update

This commit is contained in:
2023-08-07 16:53:42 +08:00
parent a7fb91181a
commit 9783769b46
7 changed files with 101 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ public class IdUtils {
id /= 10;
}
// Integer num = Integer.parseInt(id + "");
return "C" + id;
return String.valueOf(id);
}
/**