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

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

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