fix:消息内容

This commit is contained in:
Zhujx
2025-09-22 13:45:00 +08:00
parent 2ecbe3179b
commit 19d74377a2

View File

@@ -35,7 +35,7 @@ public class DataMsgSendJob {
public void stockGetTargetMsgSend() {
if (DateUtils.validWeekTime()) return;
StringBuilder msg = new StringBuilder("0000");
StringBuilder msg = new StringBuilder();
List<StockGnshyxRecordDataDO> list = cloudRecordDataService.getList();
for (StockGnshyxRecordDataDO stockGnshyxRecordDataDO : list) {
String stockCode = stockGnshyxRecordDataDO.getStockCode();