提交代码
parent
4a80de3acc
commit
26a1acb114
|
@ -16,8 +16,6 @@ import com.yanzhu.manage.config.ProfileConfig;
|
|||
import com.yanzhu.manage.domain.BasTemplate;
|
||||
import com.yanzhu.manage.domain.ProProjectInfoSubdeptsUsers;
|
||||
import com.yanzhu.manage.domain.SignetFileVo;
|
||||
import com.yanzhu.manage.enums.BasTemTypes;
|
||||
import com.yanzhu.manage.enums.CraftPostEnums;
|
||||
import com.yanzhu.manage.enums.SignetKeyEnums;
|
||||
import com.yanzhu.manage.mapper.BasTemplateMapper;
|
||||
import com.yanzhu.manage.mapper.ProProjectInfoSubdeptsUsersMapper;
|
||||
|
@ -227,7 +225,7 @@ public class ProProjectInfoSubdeptsUsersServiceImpl implements IProProjectInfoSu
|
|||
// 文件名称
|
||||
String fileName = UUID.randomUUID() + ".pdf";
|
||||
String filePath = DateUtils.datePath();
|
||||
//生成的测试合同地址
|
||||
// 生成的签署文件地址
|
||||
String saveWordFilePath = rootSavePath + filePath + fileName;
|
||||
String saveEdusFilePath = ProfileConfig.profile + filePath + fileName;
|
||||
// 生成文件夹
|
||||
|
|
Loading…
Reference in New Issue