提交 231c2155 编写于 作者: Skyeye云's avatar Skyeye云

小程序属性标签提示修改

上级 7977aaf6
......@@ -60,7 +60,7 @@ public class RmPropertyServiceImpl implements RmPropertyService{
map.put("createTime", ToolUtil.getTimeAndToString());
rmPropertyDao.insertRmPropertyMation(map);
}else{
outputObject.setreturnMessage("该样式属性名称或者标签已存在,不可进行二次保存");
outputObject.setreturnMessage("该样式属性名称已存在,不可进行二次保存");
}
}
......@@ -115,7 +115,7 @@ public class RmPropertyServiceImpl implements RmPropertyService{
if(bean == null){
rmPropertyDao.editRmPropertyMationById(map);
}else{
outputObject.setreturnMessage("该样式属性名称或者标签已存在,不可进行二次保存");
outputObject.setreturnMessage("该样式属性名称已存在,不可进行二次保存");
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册