瀏覽代碼

【企业微信】【去掉多余打印语句】

wuyx 2 年之前
父節點
當前提交
b7b2c24710

+ 0 - 7
uas-office-qywx/src/main/java/com/usoftchina/uas/office/qywx/task/QywxProcessTask.java

@@ -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);