|
@@ -142,7 +142,7 @@ public class QcTypeFacade extends QcTypeServiceImpl {
|
|
|
.ne("id", id == null ? -1 : id));
|
|
|
// 质控类型hospitalId、name唯一
|
|
|
if (ListUtil.isNotEmpty(qcTypeList)) {
|
|
|
- throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, "名称已存在");
|
|
|
+ throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, "质控类型已存在");
|
|
|
}
|
|
|
if (InsertOrUpdateEnum.Insert.getKey() == param.getInsertOrUpdate()) {
|
|
|
qcType.setCreator(param.getPerson()); //创建人
|