Your Name 5 年之前
父節點
當前提交
5da51a41ba
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/main/java/com.huiju.welcome/service/impl/MessageServiceImpl.java

+ 1
- 1
src/main/java/com.huiju.welcome/service/impl/MessageServiceImpl.java 查看文件

@@ -82,7 +82,7 @@ public class MessageServiceImpl implements IMessageService {
82 82
         Boolean b1 = notifyConsultant(taCustomer);
83 83
         Boolean b2 = notifyManager(taCustomer);
84 84
 
85
-.        return b1 || b2;
85
+        return b1 || b2;
86 86
     }
87 87
 
88 88
     private boolean notifyCustomer2User(String openid, String phone, TaCustomer taCustomer) {