mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
修复低级bug #2906
This commit is contained in:
@ -26,7 +26,7 @@ public class YouBianCodeUtil {
|
|||||||
*/
|
*/
|
||||||
public static synchronized String getNextYouBianCode(String code) {
|
public static synchronized String getNextYouBianCode(String code) {
|
||||||
String newcode = "";
|
String newcode = "";
|
||||||
if (code == null || code =="") {
|
if (oConvertUtils.isEmpty(code)) {
|
||||||
String zimu = "A";
|
String zimu = "A";
|
||||||
String num = getStrNum(1);
|
String num = getStrNum(1);
|
||||||
newcode = zimu + num;
|
newcode = zimu + num;
|
||||||
|
|||||||
Reference in New Issue
Block a user