|
|
@@ -35,7 +35,7 @@ public class DataTag {
|
|
|
sqlFactory.addParameter("issystem", rows.get(0).getInteger("issystem"));
|
|
|
controller.dbConnect.runSqlUpdate(sqlFactory.getSQL());
|
|
|
} else {
|
|
|
- throw new YosException(false,"标签" + tag + "不是系统预设标签,不可添加");
|
|
|
+ // throw new YosException(false,"标签" + tag + "不是系统预设标签,不可添加");
|
|
|
}
|
|
|
}
|
|
|
|