Browse Source

Merge branch 'feat-20221219-huiqiyun' into temp-pre

李学松 2 years ago
parent
commit
caf81162cb

+ 6 - 0
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/enums/GigTypeEnum.java

@@ -70,6 +70,9 @@ public enum GigTypeEnum {
 			case LANG_CHAO:
 			case LANG_CHAO:
 				certStatusStr = LangChaoCertStatus.resolve(certStatus).name();
 				certStatusStr = LangChaoCertStatus.resolve(certStatus).name();
 				break;
 				break;
+			case HUI_QI_YUN:
+				certStatusStr = HuiQiYunCertStatus.resolve(certStatus).name();
+				break;
 			default:
 			default:
 		}
 		}
 
 
@@ -104,6 +107,9 @@ public enum GigTypeEnum {
 			case LANG_CHAO:
 			case LANG_CHAO:
 				certStatusStr = LangChaoCertStatus.resolve(certStatus).getMessage();
 				certStatusStr = LangChaoCertStatus.resolve(certStatus).getMessage();
 				break;
 				break;
+			case HUI_QI_YUN:
+				certStatusStr = HuiQiYunCertStatus.resolve(certStatus).getMessage();
+				break;
 			default:
 			default:
 		}
 		}