Commit 17bd03e4 by Simon Cheng

'关帐及薪资下载'

parent 0b7c5fdb
......@@ -342,6 +342,7 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe
aclFileUpload.setFileName(fileName);
aclFileUpload.setFilePath(url);
aclFileUpload.setTargetUseFor(10);
System.out.println("文件大小:" + file.length());
aclFileUpload.setFileSize(String.valueOf(file.length()));
aclFileUpload.setOssKey(ossKey);
aclFileUpload.setIsActive(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment