sql语句记录1

 

记录一段sql语句

 

复制代码
1 use db_hq_price_alarm;
2 INSERT INTO `t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES (null, 2, 5, '您的自选股{stockName}股价下跌至您设定的{subValue}元,当前股价{nowPrice}元,当前涨幅{zdf}%。', '股价预警', 1, '股价异动', '股价低于', '价格预警提醒');
3 INSERT INTO `t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES (null, 3, 5, '您的自选股{stockName}日涨幅达到您设定的{subValue}%,当前涨幅{zdf}%,当前股价{nowPrice}元。', '涨跌幅预警', 1, '股价异动', '日涨幅度', '价格预警提醒');
4 INSERT INTO `t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES (null, 4, 5, '您的自选股{stockName}日跌幅达到您设定的-{subValue}%,当前跌幅{zdf}%,当前股价{nowPrice}元。', '涨跌幅预警', 1, '股价异动', '日跌幅度', '价格预警提醒');
5 INSERT INTO `t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES (null, 1, 5, '您的自选股{stockName}股价上涨至您设定的{subValue}元,当前股价{nowPrice}元,当前涨幅{zdf}%。', '股价预警', 1, '股价异动', '股价高于', '价格预警提醒');
6 INSERT INTO `t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES (null, 50, 1, '您的自选股{stockName}溢价达到{subValue}%,当前股价{nowPrice}元。', '基金溢价', 1, '股价异动', '基金溢价', '基金溢价');
7 INSERT INTO `t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES (null, 51, 1, '您的自选股{stockName}折价达到{subValue}%,当前股价{nowPrice}元。', '基金折价', 1, '股价异动', '基金折价', '基金折价');
8 INSERT INTO `t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES (null, 50, 5, '您的自选股{stockName}溢价达到{subValue}%,当前股价{nowPrice}元。', '基金溢价', 1, '股价异动', '基金溢价', '基金溢价');
9 INSERT INTO `t_alarm_template` (`id`, `alarmType`, `type`, `content`, `tag`, `msg_type`, `msg_type_name`, `cat`, `title`) VALUES (null, 51, 5, '您的自选股{stockName}折价达到{subValue}%,当前股价{nowPrice}元。', '基金折价', 1, '股价异动', '基金折价', '基金折价');
复制代码

 

posted @   He_LiangLiang  阅读(33)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?
点击右上角即可分享
微信分享提示