Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hlcm
leaf-hlcm
Commits
f09c3eb3
Commit
f09c3eb3
authored
Dec 30, 2020
by
congzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[建机]电子合同开发 买卖合同生成调整
parent
2f934257
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
con_contract_query.lwm
...in/webapp/WEB-INF/classes/wx/WX100/con_contract_query.lwm
+4
-1
con_contract_modify.lview
...main/webapp/modules/cont/CON505/con_contract_modify.lview
+1
-1
No files found.
src/main/webapp/WEB-INF/classes/wx/WX100/con_contract_query.lwm
View file @
f09c3eb3
...
@@ -85,12 +85,15 @@ select *
...
@@ -85,12 +85,15 @@ select *
and t1.ec_sign_type in ('INITIATE', 'SIGNING')
and t1.ec_sign_type in ('INITIATE', 'SIGNING')
and t1.sign_type = 'ELE_SIGN'
and t1.sign_type = 'ELE_SIGN'
and exists (select 1 from con_contract_ele_flow cf where cf.contract_id = t1.contract_id)
and exists (select 1 from con_contract_ele_flow cf where cf.contract_id = t1.contract_id)
and exists (select 1 from con_contract_ele_signer csr where csr.contract_id = t1.contract_id and csr.sign_url is not null and csr.id_no = ${@id_no})
and ((${@account_type} = 'PE' and exists
and ((${@account_type} = 'PE' and exists
(select 1
(select 1
from con_contract_bp ccb, con_contract_ele_signer cs
from con_contract_bp ccb, con_contract_ele_signer cs
where ccb.bp_id = cs.bp_id
where ccb.bp_id = cs.bp_id
and ccb.contract_id = t1.contract_id
and ccb.contract_id = t1.contract_id
and ccb.bp_category in ('TENANT', 'GUARANTOR')
and cs.esign_type = decode(t1.data_class,'NORMAL','CE','CHANGE_REQ','ET')
and ((ccb.bp_category in ('TENANT', 'GUARANTOR') and t1.data_class = 'NORMAL')
or ccb.bp_category = 'TENANT' and t1.data_class = 'CHANGE_REQ')
and (ccb.id_card_no = ${@id_no} or
and (ccb.id_card_no = ${@id_no} or
(ccb.id_no_sp = ${@id_no} and ccb.sp_sign_flag = 'Y')))) or
(ccb.id_no_sp = ${@id_no} and ccb.sp_sign_flag = 'Y')))) or
(${@account_type} = 'AG' and exists
(${@account_type} = 'AG' and exists
...
...
src/main/webapp/modules/cont/CON505/con_contract_modify.lview
View file @
f09c3eb3
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment