发版合并 #363

Merged
wangqiong123 merged 129 commits from dev into pro 2024-06-03 02:26:01 +00:00
Showing only changes of commit e3bdb44192 - Show all commits
@@ -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();