|
@@ -302,8 +302,8 @@ public class TableServiceCmdService {
|
|
|
}
|
|
|
|
|
|
// 权限
|
|
|
- if (checkAuthGetObject(genTable, id)) {
|
|
|
- throw new NoSuchFunctionException("此模块:[" + genTable.getFunctionName() + "], 无根据id获取功能");
|
|
|
+ if (checkAuthGetObject (genTable, id)) {
|
|
|
+ throw new NoSuchFunctionException("不好意思,您无权限操作该条数据");
|
|
|
}
|
|
|
|
|
|
// 默认查所有字段,不支持自定义
|