优化用印功能 #336

Merged
qtz merged 2 commits from qtz5 into dev 2024-01-19 09:28:42 +00:00
@@ -1797,7 +1797,7 @@ public class CaseApplicationServiceImpl implements ICaseApplicationService {
//发起签署
sealSignRecord.setFilename(fileName);
String arbitratorId = caseApplication2.getArbitratorId();
if (arbitratorId != null) {
if (StringUtils.isNotEmpty(arbitratorId)) {
SysUser sysUser = sysUserMapper.selectUserById(Long.valueOf(arbitratorId));
if (sysUser == null) {
return AjaxResult.error();
@@ -3062,7 +3062,7 @@ public class CaseApplicationServiceImpl implements ICaseApplicationService {
//发起签署
sealSignRecord.setFilename(fileName);
String arbitratorId = caseApplication2.getArbitratorId();
if (arbitratorId != null) {
if (StringUtils.isNotEmpty(arbitratorId)) {
SysUser sysUser = sysUserMapper.selectUserById(Long.valueOf(arbitratorId));
if (sysUser == null) {
return AjaxResult.error();