| | |
| | | import com.qxueyou.scc.school.service.ISignService; |
| | | |
| | | /** |
| | | * 签到异步相关消息 |
| | | * 签到异步相关消息 |
| | | * |
| | | * @author ody.yuan |
| | | * |
| | |
| | | // @Override |
| | | // public void doHandle(Message msg, ConsumeContext context) { |
| | | // |
| | | // // 严格异常处理 |
| | | // // 严格异常处理 |
| | | // try { |
| | | // |
| | | // String args = msg.getUserProperties("args"); |
| | |
| | | // 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); |
| | | // } |
| | | // |