fix:消息内容
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user