|
@@ -879,7 +879,7 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
} catch (IOException e) {
|
|
} catch (IOException e) {
|
|
throw new BizException("生成pdf协议失败", e);
|
|
throw new BizException("生成pdf协议失败", e);
|
|
}
|
|
}
|
|
- /*String organCode = "91440300326364429H";
|
|
|
|
|
|
+ String organCode = "91440300326364429H";
|
|
SysUserTsign organTsign = sysUserTsignService.queryByCardNo(organCode);
|
|
SysUserTsign organTsign = sysUserTsignService.queryByCardNo(organCode);
|
|
if (organTsign == null) {
|
|
if (organTsign == null) {
|
|
throw new BizException("甲方未创建签章");
|
|
throw new BizException("甲方未创建签章");
|
|
@@ -889,7 +889,7 @@ public class ContractServiceImpl implements ContractService, InitializingBean {
|
|
|
|
|
|
if (sysUserTsign != null) {
|
|
if (sysUserTsign != null) {
|
|
eSealPlugin.userSign(sysUserTsign.getAccountId(), sysUserTsign.getSealData(), srcPdfPath, srcPdfPath);
|
|
eSealPlugin.userSign(sysUserTsign.getAccountId(), sysUserTsign.getSealData(), srcPdfPath, srcPdfPath);
|
|
- }*/
|
|
|
|
|
|
+ }
|
|
|
|
|
|
// 上传到oss
|
|
// 上传到oss
|
|
String dateStrOss = dateFormatOss.format(date);
|
|
String dateStrOss = dateFormatOss.format(date);
|