update 升级autopoi版本到1.4.7
This commit is contained in:
+5
@@ -23,4 +23,9 @@ public class ImportFileServiceImpl implements ImportFileServiceI {
|
||||
public String doUpload(byte[] data) {
|
||||
return CommonUtils.uploadOnlineImage(data, upLoadPath, "import", uploadType);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String doUpload(byte[] data, String s) {
|
||||
return CommonUtils.uploadOnlineImage(data, upLoadPath, s, uploadType);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user