管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-03-03 0816d0ea55506747a76ac915c20b0ff7ca33600a
data/db_cx.sql
@@ -334,11 +334,15 @@
where pipename is not null and not ST_IsEmpty(geom)
order by pipename, segname;
select workname from bs.s_survey_information;;
select * from bs.s_surveyworksite;
select * from bs.s_survey_information;
update bs.s_survey_information set workname='汉江穿越' where gid=1;
select * from bs.s_explorationpoint where upper(exppointid) like '%XK0%';
select * from lf.sys_user where uid='FME';
select * from lf.sys_token where token='c36e4f94-dfde-401e-9967-2c4a449f1300';
update lf.sys_token set type=1,create_user=61,duration=5256000,create_time='2023-03-03 19:00:00',expire='2033-03-03 19:00:00'
where token='c36e4f94-dfde-401e-9967-2c4a449f1300';