@@ -486,6 +486,7 @@ public class PersonService {
throw new BDException("上传失败");
}
} catch (Exception e) {
+ e.printStackTrace();
throw new BDException("上传失败",e);