|
@@ -79,6 +79,12 @@ public enum GigTypeEnum {
|
|
|
case ZHONG_YI_YUN:
|
|
|
certStatusStr = ZhongYiYunCertStatus.resolve(certStatus).name();
|
|
|
break;
|
|
|
+// case HAN_TANG:
|
|
|
+// certStatusStr = HanTangCertStatus.resolve(certStatus).name();
|
|
|
+// break;
|
|
|
+ case ZHONG_ZHI:
|
|
|
+ certStatusStr = ZhongZhiCertStatus.resolve(certStatus).name();
|
|
|
+ break;
|
|
|
default:
|
|
|
}
|
|
|
|
|
@@ -119,6 +125,12 @@ public enum GigTypeEnum {
|
|
|
case ZHONG_YI_YUN:
|
|
|
certStatusStr = ZhongYiYunCertStatus.resolve(certStatus).getMessage();
|
|
|
break;
|
|
|
+// case HAN_TANG:
|
|
|
+// certStatusStr = HanTangCertStatus.resolve(certStatus).getMessage();
|
|
|
+// break;
|
|
|
+ case ZHONG_ZHI:
|
|
|
+ certStatusStr = ZhongZhiCertStatus.resolve(certStatus).getMessage();
|
|
|
+ break;
|
|
|
default:
|
|
|
}
|
|
|
|