| | |
| | | -- INSERT INTO bs.m_marker(eventid, segname, markername, photono, createtime, createuser, dirid, depid, verid) VALUES (md5(''), 'seg', '10004', '警示牌10004', now(), 1, 1, 1, 0); |
| | | select * from lf.sys_meta where type='xls' order by id desc; |
| | | select * from lf.sys_meta where type in ('xls', 'xlsx') and eventid is not null and tab is not null and rows > 0 and id in (1209,1180,1387); |
| | | select * from lf.sys_attach; |
| | | select * from lf.sys_attach order by id desc; |
| | | |
| | | |
| | | |
| | |
| | | # redis |
| | | redis: |
| | | database: 0 |
| | | host: 192.168.20.205 |
| | | port: 6369 |
| | | host: 127.0.0.1 |
| | | port: 6379 |
| | | password: rediS_5L#F4_Server |
| | | timeout: 6000 # 连接超时时长(毫秒) |
| | | pool: |