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