Commit 29eeb8d4 authored by congzhao's avatar congzhao

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

parent 06e493a1
...@@ -39,14 +39,15 @@ ...@@ -39,14 +39,15 @@
</bm:operation> </bm:operation>
<bm:operation name="execute"> <bm:operation name="execute">
<bm:update-sql><![CDATA[ <bm:update-sql><![CDATA[
BEGIN BEGIN
UPDATE CON_CONTRACT c UPDATE CON_CONTRACT c
SET c.ec_sign_type = 'INITIATE', SET c.ec_sign_type = 'INITIATE',
c.sign_type = 'ELE_SIGN', c.sign_contract_status = 'SIGNING',
c.last_updated_by = nvl(${/session/@user_id},1), c.sign_type = 'ELE_SIGN',
c.last_update_date = sysdate c.last_updated_by = nvl(${/session/@user_id},1),
WHERE c.contract_id = ${@contract_id}; c.last_update_date = sysdate
end; WHERE c.contract_id = ${@contract_id};
end;
]]></bm:update-sql> ]]></bm:update-sql>
</bm:operation> </bm:operation>
</bm:operations> </bm:operations>
......
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