Browse Source

人员同步修改

yq 3 năm trước cách đây
mục cha
commit
16112340f0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/java/com/usky/dxtop/service/job/SmJob.java

+ 1 - 1
src/main/java/com/usky/dxtop/service/job/SmJob.java

@@ -83,7 +83,7 @@ public class SmJob {
                     staffService.updateById(date);
                 }
                 //发送人员信息
-                if (StringUtils.isNotBlank(date.getCardId()) && null != dept){
+                if (StringUtils.isNotBlank(date.getCardId()) && null != dept && Integer.parseInt(date.getCardId()) > 60000){
                     date.setDeptId(dept.getDId());
                     staffService.personSendMessage(date,type);
                 }