修正勾选审核提示compile id
This commit is contained in:
@@ -267,7 +267,7 @@ public class ObjectGroupController extends BaseController {
|
|||||||
entity.setFunctionId(functionId);
|
entity.setFunctionId(functionId);
|
||||||
try {
|
try {
|
||||||
if(StringUtils.isBlank(entity.getCommonGroupIds())){
|
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/>");
|
tip.append("<br/>");
|
||||||
}else{
|
}else{
|
||||||
objectGroupService.auditPolicy(entity,isAudit,Constants.INSERT_ACTION);
|
objectGroupService.auditPolicy(entity,isAudit,Constants.INSERT_ACTION);
|
||||||
|
|||||||
Reference in New Issue
Block a user