Commit d8fd9d07 by ilal Committed by chenzg

提交

parent 51a12f90
......@@ -1808,7 +1808,7 @@ public class YgglController {
for (Integer leaderId : leaderList) {
for (YgglMainEmp m : ygglMainEmps) {
if(m.getEmpNum() == leaderId) {
if(leaderId.equals(m.getEmpNum())) {
if (m.getHeadUrl() == null) {
m.setHeadUrl(CommonEnum.NULL_STR.getDesc());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment