修正勾选审核提示compile id

This commit is contained in:
wangxin
2019-06-26 17:27:01 +08:00
parent 881372118e
commit c0f424579b

View File

@@ -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);