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
253119a2
Commit
253119a2
authored
Aug 31, 2021
by
jiacheng.mao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
I-7543历史合同无法在微信端显示
parent
8e8e5152
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
con_contract_list_query.lwm
...bapp/WEB-INF/classes/wx/WX100/con_contract_list_query.lwm
+3
-3
No files found.
src/main/webapp/WEB-INF/classes/wx/WX100/con_contract_list_query.lwm
View file @
253119a2
...
...
@@ -31,7 +31,7 @@
t1.contract_status,
(select v.code_value_name
from sys_code_values_v v
where v.code = decode(
t1.sign_type
,
where v.code = decode(
nvl(t1.sign_type,'PAPER_SIGN')
,
'PAPER_SIGN',
'CON_PAPER_SIGN_STATUS',
'ELE_SIGN',
...
...
@@ -98,11 +98,11 @@
and rownum = 1) sign_url
from con_contract t1
where t1.data_class = 'NORMAL'
and
t1.sign_contract_status = decode(t1.contract_status,'NEW','SIGN',t1.sign_contract_status
)
and
nvl(t1.sign_contract_status,'SIGN') = decode(t1.contract_status,'NEW','SIGN',nvl(t1.sign_contract_status,'SIGN')
)
and t1.contract_status in
(select v.code_value
from sys_code_values_v v
where v.code = decode(
t1.sign_type
,
where v.code = decode(
nvl(t1.sign_type,'PAPER_SIGN')
,
'PAPER_SIGN',
'CON_PAPER_SIGN_STATUS',
'ELE_SIGN',
...
...
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