版本号规则问题处理优化
This commit is contained in:
parent
12f8f452db
commit
053fe9785d
@ -2907,7 +2907,7 @@ public class CoeProcessLevelWeb extends ActionWeb {
|
||||
boolean isRequired = attributeModel.getIsRequired();
|
||||
String desc = attributeModel.getDesc();
|
||||
//修改显示的版本号 by ydq
|
||||
if (StringUtil.isNotBlank(id) && ("P_versions".equals(id) || "versions".equals(id))) {
|
||||
if (StringUtil.isNotBlank(id) && ("P_versions".equals(id) || "versions".equals(id)) && StringUtil.isNotBlank(inputValue)) {
|
||||
System.out.println("进入数据转化节点,版本数据" + inputValue);
|
||||
String[] parts = inputValue.split("\\.");
|
||||
int majorVersion = Integer.parseInt(parts[0]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user