yq %!s(int64=3) %!d(string=hai) anos
pai
achega
5b93529b85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
                 }