提交 a6feacd0 authored 作者: zhoushaopan's avatar zhoushaopan

fix(配套设备库): 修改序列号

修改序列号
上级 ac2ff261
......@@ -656,7 +656,7 @@ public class MatchingDeviceController {
String type = "02";
String style = createSeqVo.getStyle();
String modelTypeStyle ;
if (style == null){
if (style == null || "".equals(style)){
modelTypeStyle= idString+type;
}else {
if (style.length()<2){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论