935090232@qq.com
2021-10-28 85024c763dc248c32584d325016d1887fec484f6
实现简单短信提醒
1 files modified
5 ■■■■■ changed files
zq-erp/src/main/java/com/matrix/system/hive/service/TaiYanAliyunSmsService.java 5 ●●●●● patch | view | raw | blame | history
zq-erp/src/main/java/com/matrix/system/hive/service/TaiYanAliyunSmsService.java
@@ -21,6 +21,7 @@
import com.matrix.system.hive.bean.SysVipInfo;
import com.matrix.system.hive.dao.SysVipInfoDao;
import lombok.AllArgsConstructor;
import org.springframework.scheduling.annotation.Async;
import org.springframework.stereotype.Service;
import java.util.Date;
@@ -54,7 +55,7 @@
     *
     * @param services
     */
//    @Async
    @Async
    public void sendYycgNotice(SysProjServices services) {
        //短信接口为肽妍公司定制,暂时写死
        if (services.getCompanyId() != 17L) {
@@ -100,7 +101,7 @@
     *
     * @param services
     */
//    @Async
    @Async
    public void sendHkNotice(SysProjServices services) {
        //短信接口为肽妍公司定制,暂时写死
       if (services.getCompanyId() != 17L) {