|
|
@@ -77,14 +77,7 @@ public class QywxProcessTask {
|
|
|
dataCenter.getOuterUrl() + "api/authorize", "uas/uasApproval/"+dataCenter.getUsername()+"/receive");
|
|
|
content.append("[更多...](").append(moreUrl).append(")");
|
|
|
}
|
|
|
- if("SZ0275".equals(em.getEm_code())){
|
|
|
- logger.debug("send process remind to SZ0275: content: {}", content.toString());
|
|
|
- }
|
|
|
messageSdk.send("UasAudit", new SendMessageReq().markdown(content.toString()).toUser(em.getEm_qywx()));
|
|
|
- }else {
|
|
|
- if("SZ0275".equals(em.getEm_code())){
|
|
|
- logger.debug("send process remind to SZ0275: no data!!");
|
|
|
- }
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
logger.error("send process remind error", e);
|