@@ -235,6 +235,7 @@ public class CollectService {
}
+ //发起提醒操作
if (CollectionUtil.isNotEmpty(warnInfoList)) {
String warnInfo = String.join("、", warnInfoList);
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");