"git@ustchcs.com:gujinli1118/JSH_ERP.git" did not exist on "46340f08a6c3ff18f52794c4b31309cf9b49b70e"
Commit 147c836d authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-core]: bug fix.

parent c1e96bfe
......@@ -45,7 +45,7 @@ public class NotifyService {
*/
@Async
public void notifySmsTemplate(String phoneNumber, NotifyType notifyType, String[] params) {
if (wxTemplateSender == null)
if (smsSender == null)
return;
int templateId = Integer.parseInt(getTemplateId(notifyType, smsTemplate));
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment