From 8fe63a1a253531fee8858352858043d4a4ef4922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=BA=86=E5=90=89?= <51312040@qq.com> Date: Fri, 14 Jan 2022 15:46:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=A2=9E=E5=8A=A0=E6=9E=9A?= =?UTF-8?q?=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../log/enums/EbtpLogBusinessModule.java | 128 +++--------------- 1 file changed, 21 insertions(+), 107 deletions(-) diff --git a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/log/enums/EbtpLogBusinessModule.java b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/log/enums/EbtpLogBusinessModule.java index e9e63d4..39d0035 100644 --- a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/log/enums/EbtpLogBusinessModule.java +++ b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/log/enums/EbtpLogBusinessModule.java @@ -10,124 +10,38 @@ package com.chinaunicom.mall.ebtp.common.log.enums; * @date 2020-09-07 */ public enum EbtpLogBusinessModule { - - /** - * 项目委托 - */ PROJECT_ENTRUST_INIT("project_entrust_init"), - /** - * 询价项目委托 - */ - PROJECT_ENTRUST_INQUIRY_INIT("project_entrust_inquiry_init"), - /** - * 询价项目发布 - */ + PROJECT_INQUIRY_ENTRUST_INIT("project_inquiry_entrust_init"), PROJECT_INQUIRY_UPDATE("project_inquiry_update"), - /** - * 项目重评审批 - */ PROJECT_RE_EVALUATION_TASK("project_re_evaluation_task"), - /** - * 项目异常项目失败 - */ PROJECT_INVITATION_FAIL("project_invitation_fail"), - - - /** - * 审批 - */ BID_APPROVE("bid_approve"), - /** - * 媒体发布 - */ BID_SEND_TO_MEDIA("bid_send_to_media"), - /** - * 推送至公告中心 - */ BID_PUSH_NOTICE_INFO("bid_push_notice_info"), - - - /** - * 供应商报名 - */ - TENDER_SAVE("tender_save"), - /** - * 修改中标状态 - */ - TENDER_BID_STATUS("tender_bid_status"), - /** - * 开启下一轮复制供应商 - */ - TENDER_COPY_ROUND("tender_copy_round"), - /** - * 招募报名 - */ - TENDER_RECRUIT_SAVE("tender_recruit_save"), - /** - * 招募修改中标状态 - */ - TENDER_RECRUIT_BID_STATUS("tender_recruit_bid_status"), - /** - * 下载记录 - */ - TENDER_UPLOAD_RECORD("tender_upload_record"), - /** - * 上传记录 - */ - TENDER_DOWNLOAD_RECORD("tender_download_record"), - /** - * 修改支付状态 - */ - TENDER_PAY_STATUS("tender_pay_status"), - - - /** - * 上传解压缩 - */ - DECRYPT_UPLOAD_UNZIP("decrypt_upload_unzip"), - /** - * 开标解密 - */ - DECRYPT("decrypt"), - /** - * 更新解密状态 - */ - DECRYPT_STATUS("decrypt_status"), - - /** - * 招募更新解密状态 - */ - DECRYPT_RECRUIT_STATUS("decrypt_recruit_status"), - - - /** - * 定标推送数据评审室/评审结果/推送通知 - */ - CALIBRATION_PUSH("calibration_push"), - /** - * 定标接收数据确认结果/冻结/终止 - */ - CALIBRATION_RECEIVE("calibration_receive"), - - - /** - * 询价报名 - */ INQUIRY_REGISTER("inquiry_register"), - /** - * 询价报价 - */ INQUIRY_OFFER("inquiry_offer"), - - - /** - * 支付请求/查询 - */ + TENDER_COPY_ROUND("tender_copy_round"), + TENDER_UPLOAD_RECORD("tender_upload_record"), + TENDER_DOWNLOAD_RECORD("tender_download_record"), + TENDER_PAYED("tender_payed"), + CRYPT_UPLOAD_UNZIP("crypt_upload_unzip"), + CRYPT_DECRYPT("crypt_decrypt"), + CALIBRATION_PUSH("calibration_push"), + CALIBRATION_RECEIVE("calibration_receive"), PAY_PUSH("pay_push"), - /** - * 支付结果回调 - */ PAY_RECEIVE("pay_receive"), + RESPS_UPDATE_ENDDATE("resps_update_enddate"), + RESPS_ASSESS_AGAIN("resps_assess_again"), + AUCTION_BEFORE_STOP("auction_before_stop"), + AUCTION_AFTER_STOP("auction_after_stop"), + AUCTION_NOTICE("auction_notice"), + AUCTION_SYNC_RESULT("auction_sync_result"), + PROCESS_ASSESS_ROOM_CONTROL("process_assess_room_control"), + PROCESS_FLOW_CONTROL("process_flow_control"), + RSMS_JURY_CONFIG("rsms_jury_config"), + SFTP_BID_FILE("sftp_bid_file"), + SFTP_PRICE_FILE("sftp_price_file"), + /** * 其他