Commit 234022d9 by zhangdaiscott

修复低级bug #2906

parent ab529aaf
......@@ -26,7 +26,7 @@ public class YouBianCodeUtil {
*/
public static synchronized String getNextYouBianCode(String code) {
String newcode = "";
if (code == null || code =="") {
if (oConvertUtils.isEmpty(code)) {
String zimu = "A";
String num = getStrNum(1);
newcode = zimu + num;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment