Browse Source

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

zhouhaijun 1 month atrás
parent
commit
ab2241fdcc

+ 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 {