|
@@ -1,5 +1,6 @@
|
|
|
package com.fdkk.bim.service.impl;
|
|
|
|
|
|
+import cn.hutool.core.date.DateTime;
|
|
|
import cn.hutool.core.date.DateUnit;
|
|
|
import cn.hutool.core.date.DateUtil;
|
|
|
import cn.hutool.core.util.NumberUtil;
|
|
@@ -57,6 +58,7 @@ public class IntegralInfoServiceImpl extends ServiceImpl<IntegralInfoMapper, Int
|
|
|
dto.setText(new DingTalkTextDTO("BIM:广联达剩余积分小于"+bimConfig.getMixIntegral()+"剩余积分:"+i));
|
|
|
dingTalkClient.pushData(dto);
|
|
|
integralInfoEntity =new IntegralInfoEntity();
|
|
|
+ integralInfoEntity.setUpdateTime(new DateTime());
|
|
|
integralInfoEntity.setIntegral(i);
|
|
|
integralInfoEntity.setPushCount(1);
|
|
|
save(integralInfoEntity);
|