Skip to content

Commit

Permalink
Dev 1.7.0 bug fix (#570)
Browse files Browse the repository at this point in the history
* Resource reset code optimization

* Resource reset code optimization

* Resource johhistory code optimization

* Resource johhistory code optimization

* revent jobhistory: get data

* update isreused

* fix executionCode  error

* Code optimization

* Code optimization

* Code optimization

---------

Co-authored-by: “v_kkhuang” <“[email protected]”>
  • Loading branch information
v-kkhuang and “v_kkhuang” authored Aug 13, 2024
1 parent 51a7294 commit 9d41251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public Message list(
}
} else if (null != isDeptView && isDeptView) {
departmentId = JobhistoryUtils.getDepartmentByuser(username);
if (StringUtils.isNotBlank(departmentId)) {
if (StringUtils.isNotBlank(departmentId) && StringUtils.isNotBlank(proxyUser)) {
username = proxyUser;
} else {
username = null;
Expand Down

0 comments on commit 9d41251

Please sign in to comment.