Your ROOT_URL in app.ini is http://192.168.1.7:3000/ but you are visiting http://shqkxh.org:3000/guofu/dolphin-dev/blame/commit/99798262f37fa5aff796bf4745531d18c3ea3dd2/dolphindb/project/scripts/pit.dos You should set ROOT_URL correctly, otherwise the web may not work correctly.
dolphin-dev/dolphindb/project/scripts/pit.dos

9 lines
364 B

is_common_ori = loadTable("dfs://pit_stock_ts", "cfs_common_adj")
divident = loadTable("dfs://pit_stock_ts", "divident")
//schema(is_common_ori)
//sql1 = select code, report_period, year(report_period) as year, quarterOfYear(report_period) + 1 as base_for_quarter_accum, appear_at_date from is_common_ori where partition(code, 0)
select top 100 * from divident