瀏覽代碼

添加---市级的审核驳回短信发送功能,添加日志信息

zhouhaijun 1 月之前
父節點
當前提交
ab2241fdcc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/bootdo/datas/service/impl/GyDataServiceImpl.java

+ 1 - 0
src/main/java/com/bootdo/datas/service/impl/GyDataServiceImpl.java

@@ -571,6 +571,7 @@ public class GyDataServiceImpl implements GyDataService {
                 //审核阶段:   1:市级,2:省级
                 GyUnitDO gyUnitDO = gyUnitDao.getGyUnitByCreditCode(data.getGyUnitId());
                 if(Objects.nonNull(gyUnitDO)){
+                    log.error("=====================发送短信了======"+gyUnitDO.toString());
                     messageService.importance(gyUnitDO.getDataSecurityWay()+","+gyUnitDO.getMobilePhone(),
                             data.getDataName());
                 }else {