mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-03-01 01:43:45 +08:00
数据字典分类新增失败时,提示语修改
This commit is contained in:
parent
a2d1510c21
commit
d92d297fb0
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ public class SysDictTypeServiceImpl implements SysDictTypeService {
|
|||
sysDictTypeDao.insert(sysDictTypeMation);
|
||||
}
|
||||
} else {
|
||||
outputObject.setreturnMessage("this data is non-existent.");
|
||||
outputObject.setreturnMessage("this name or dictCode is exist.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue