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