yq 3 سال پیش
والد
کامیت
5b93529b85
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 && Integer.parseInt(date.getCardId()) > 60000){
+                if (StringUtils.isNotBlank(date.getCardId()) && null != dept && Double.parseDouble(date.getCardId()) > 60000){
                     date.setDeptId(dept.getDId());
                     staffService.personSendMessage(date,type);
                 }