|
|
@@ -15,6 +15,7 @@ import com.mokamrp.privates.service.pangu.FosterwxCashOasBoxService;
|
|
|
import com.mokamrp.privates.service.pangu.FosterwxCashScheduleTaskListService;
|
|
|
import com.mokamrp.privates.service.pangu.FosterwxCashTaskListService;
|
|
|
import com.mokamrp.privates.utils.pangu.redis.task.TaskRedis;
|
|
|
+import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
@@ -31,6 +32,7 @@ import java.util.List;
|
|
|
* @since 2021-10-08
|
|
|
*/
|
|
|
@Service
|
|
|
+@Slf4j
|
|
|
public class FosterwxCashScheduleTaskListServiceImpl extends ServiceImpl<FosterwxCashScheduleTaskListMapper, FosterwxCashScheduleTaskList> implements FosterwxCashScheduleTaskListService {
|
|
|
|
|
|
@Autowired
|
|
|
@@ -151,6 +153,7 @@ public class FosterwxCashScheduleTaskListServiceImpl extends ServiceImpl<Fosterw
|
|
|
i--;
|
|
|
}
|
|
|
fosterwxCashOasBoxService.addSendTextCnt(groupId, ghid);
|
|
|
+ log.info("typr生成发文需要的信息{}", JSON.toJSONString(tempList));
|
|
|
taskRedis.createUrlByTyper(JSON.toJSONString(tempList));
|
|
|
tempList.clear();
|
|
|
}
|