派生自 projectDept/qhighschool

EricsHu
2022-12-05 068fc7f2e81178e55fa191a13709af64b1a163f6
src/main/java/com/qxueyou/scc/school/service/impl/SchSignMsgDealService.java
@@ -14,7 +14,7 @@
import com.qxueyou.scc.school.service.ISignService;
/**
 * 签到异步相关消息
 * 签到异步相关消息
 * 
 * @author ody.yuan
 *
@@ -44,7 +44,7 @@
//   @Override
//   public void doHandle(Message msg, ConsumeContext context) {
//      
//      // 严格异常处理
//      // 严格异常处理
//      try {
//         
//         String args = msg.getUserProperties("args");
@@ -57,7 +57,7 @@
//         String businessId = cfg.getConfigByEnv("ons-common-topic") + "-" + UUIDUtils.generateUUID();
//         String desp = "userId:" + msg.getUserProperties("userId") + ";userName:" + msg.getUserProperties("userName") + ";mobilePhone:" + msg.getUserProperties("mobilePhone") + ";appId:" + msg.getUserProperties("appId") + ";openId:" + msg.getUserProperties("openId");
//
//         log.error(businessId + " :签到学员处理失败:" + e, e);
//         log.error(businessId + " :签到学员处理失败:" + e, e);
//         onsExceptionLogService.logSaveExceptionLog(cfg.getConfigByEnv("ons-common-topic"), "SCH_SIGN_QUEUE", businessId, desp);
//      }
//