|
@@ -149,7 +149,7 @@ public class MedAppealExamineInfoManagementFacade extends MedAppealExamineInfoSe
|
|
//判断是否已存在该条目
|
|
//判断是否已存在该条目
|
|
QcresultDetail qcresultDetail = getQcresultDetail(approvedVo);
|
|
QcresultDetail qcresultDetail = getQcresultDetail(approvedVo);
|
|
if (qcresultDetail != null) {
|
|
if (qcresultDetail != null) {
|
|
- throw new CommonException(CommonErrorCode.IS_EXISTS, "该条目已存在!");
|
|
|
|
|
|
+ throw new CommonException(CommonErrorCode.IS_EXISTS, "该条目已存在,无法新增,请走驳回流程");
|
|
}
|
|
}
|
|
//调用新增接口
|
|
//调用新增接口
|
|
qcresultVO.setType(1);
|
|
qcresultVO.setType(1);
|