Showing
9 changed files
with
1 additions
and
1 deletions
| @@ -523,7 +523,7 @@ public class ContractDistributorStandardController extends DefaultBaseController | @@ -523,7 +523,7 @@ public class ContractDistributorStandardController extends DefaultBaseController | ||
| 523 | SysUser sysUser = sysUserService.findById(currentUserId); | 523 | SysUser sysUser = sysUserService.findById(currentUserId); |
| 524 | String officeCode = resolveOfficeCodeByUser(sysUser); | 524 | String officeCode = resolveOfficeCodeByUser(sysUser); |
| 525 | if (StringUtils.isBlank(officeCode)) { | 525 | if (StringUtils.isBlank(officeCode)) { |
| 526 | - throw new DefaultClientException("当前用不属于九大办事处,无法生成合同编号!"); | 526 | + throw new DefaultClientException("当前用户不属于办事处,无法生成合同编号!"); |
| 527 | } | 527 | } |
| 528 | 528 | ||
| 529 | String monthCode = LocalDate.now().format(DateTimeFormatter.ofPattern("yyMM")); | 529 | String monthCode = LocalDate.now().format(DateTimeFormatter.ofPattern("yyMM")); |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type