Browse Source

配置修改

chenweida 7 years ago
parent
commit
49c3f84cf5

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/util/CommonUtil.java

@ -149,7 +149,7 @@ public class CommonUtil {
            }
            return fileUrls;
        } else {
            String fileUrls = toNeiWang(voices,null);
            String fileUrls = toNeiWang(voices,"");
            return fileUrls;
        }
    }