|
|
|
@ -28,12 +28,12 @@ import com.ruoyi.system.service.IUnitMemberService; |
|
|
|
|
@Service |
|
|
|
|
public class UnitMemberServiceImpl implements IUnitMemberService |
|
|
|
|
{ |
|
|
|
|
private String rootPath="/Users/liangjiawei/Downloads/worddocx/"; |
|
|
|
|
private String docxPath="/Users/liangjiawei/Downloads/worddocx/file/"; |
|
|
|
|
private String path = "/Users/liangjiawei/Downloads"; |
|
|
|
|
// private static String path = "/upload/file";
|
|
|
|
|
// private String rootPath="/upload/file/upload/worddocx/";
|
|
|
|
|
// private String docxPath="/upload/file/upload/worddocx/file/";
|
|
|
|
|
// private String rootPath="/Users/liangjiawei/Downloads/worddocx/";
|
|
|
|
|
// private String docxPath="/Users/liangjiawei/Downloads/worddocx/file/";
|
|
|
|
|
// private String path = "/Users/liangjiawei/Downloads";
|
|
|
|
|
private static String path = "/upload/file"; |
|
|
|
|
private String rootPath="/upload/file/upload/worddocx/"; |
|
|
|
|
private String docxPath="/upload/file/upload/worddocx/file/"; |
|
|
|
|
@Autowired |
|
|
|
|
private UnitMemberMapper unitMemberMapper; |
|
|
|
|
@Autowired |
|
|
|
|