|
|
@@ -486,7 +486,7 @@ public class WfTextbookClaimServiceImpl extends MPJBaseServiceImpl<WfTextbookCla
|
|
|
if (ClaimTypeEnum.ClaimTeacher.getCode().equals(wfTextbookClaim.getClaimType())
|
|
|
&& ObjectUtils.isNotEmpty(wfTextbookClaim.getApplicantUserId())
|
|
|
&& ObjectUtils.isNotEmpty(wfTextbookClaim.getClaimUserId())
|
|
|
- && !wfTextbookClaim.getApplicantUserId().equals(wfTextbookClaim.getClaimUserId())
|
|
|
+ && !Objects.equals(wfTextbookClaim.getApplicantUserId(), wfTextbookClaim.getClaimUserId())
|
|
|
) {
|
|
|
textbookClaimUserList.add(new TextbookClaimUser() {{
|
|
|
setCreateDate(new Date());
|