Commit 29eeb8d4 authored by congzhao's avatar congzhao

[建机]电子合同开发 签约状态回传调整

parent 06e493a1
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
BEGIN BEGIN
UPDATE CON_CONTRACT c UPDATE CON_CONTRACT c
SET c.ec_sign_type = 'INITIATE', SET c.ec_sign_type = 'INITIATE',
c.sign_contract_status = 'SIGNING',
c.sign_type = 'ELE_SIGN', c.sign_type = 'ELE_SIGN',
c.last_updated_by = nvl(${/session/@user_id},1), c.last_updated_by = nvl(${/session/@user_id},1),
c.last_update_date = sysdate c.last_update_date = sysdate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment