修正勾选审核提示compile id
This commit is contained in:
@@ -267,7 +267,7 @@ public class ObjectGroupController extends BaseController {
|
||||
entity.setFunctionId(functionId);
|
||||
try {
|
||||
if(StringUtils.isBlank(entity.getCommonGroupIds())){
|
||||
tip.append(String.format(props.getProperty("no_common_group","The configuration ID of %s does not have an group;"),id));
|
||||
tip.append(String.format(props.getProperty("no_common_group","The configuration ID of %s does not have an group;"),entity.getCompileId()));
|
||||
tip.append("<br/>");
|
||||
}else{
|
||||
objectGroupService.auditPolicy(entity,isAudit,Constants.INSERT_ACTION);
|
||||
|
||||
Reference in New Issue
Block a user