修正 bug
This commit is contained in:
@@ -21,6 +21,7 @@ BEGIN
|
||||
2 Michael 2023-02-01 為了更加彈性, @ip 及 @db 這2個欄位改傳入 ${ls:xxxx}, 測試可行(程式要調整前端呼叫的程式)
|
||||
3 Michael 2024-02-04 將 hard code 的 ip 及 db 改為 local store, 版本也改為 v2
|
||||
4 Michael 2024-03-02 amis 之前改版, 命名時不能使用 bpm-xxx 否則會無法識別, 一次修正
|
||||
5 Michael 2026-03-14 建議所有 sp 都統一加入 token, 先從上呈開始
|
||||
*/
|
||||
|
||||
DECLARE v_rets TEXT;
|
||||
@@ -50,6 +51,8 @@ BEGIN
|
||||
' "method": "post",', v_crlf,
|
||||
' "url": "${ls:base_ip}/xapi/v2/${ls:base_db}/bpmm02_spread/1/",', v_crlf,
|
||||
' "data": {', v_crlf,
|
||||
-- 新版統一加入 token 2026/03/14
|
||||
' "token": "${ls:token}",', v_crlf,
|
||||
' "para01": "', p_FunctionTag, '",', v_crlf,
|
||||
-- 上呈人暫時先 hard code(慢慢想辦法), 目前是定義在 bpm_list.source_applicant (跨 db)
|
||||
' "para02": "${personid}",', v_crlf,
|
||||
|
||||
Reference in New Issue
Block a user