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