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
d113e828
Commit
d113e828
authored
Jun 02, 2021
by
congzhao
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电子签约-试运行店铺修改以及电子签约报表查询修改
parent
bcfbd262
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
sys_pilot_run_user.lwm
...in/webapp/WEB-INF/classes/wx/WX100/sys_pilot_run_user.lwm
+1
-1
ele_contract_query_g_ele_con_result_queryfields.js
...config/ele_contract_query_g_ele_con_result_queryfields.js
+3
-3
No files found.
src/main/webapp/WEB-INF/classes/wx/WX100/sys_pilot_run_user.lwm
View file @
d113e828
...
...
@@ -17,7 +17,7 @@
ee.user_id
from EXP_EMPLOYEE_ASSIGNS_V ee
where ee.enabled_flag = 'Y'
and ee.
unit_code in ('401', '361', '421')
and ee.
pilot_run_flag = 'Y'
union all
select 'Y' pilot_run_flag,
su.user_id
...
...
src/main/webapp/WEB-INF/server-script/layoutconfig/ele_contract_query_g_ele_con_result_queryfields.js
View file @
d113e828
var
override_queryfields
=
[
{
name
:
'lease_start_date_from'
,
queryexpression
:
"t1.lease_start_date >=
${@lease_start_date_from}
"
queryexpression
:
"t1.lease_start_date >=
to_date(${@lease_start_date_from},'yyyy-mm-dd')
"
},
{
name
:
'lease_start_date_to'
,
queryexpression
:
"t1.lease_start_date <=
${@lease_start_date_to}
"
queryexpression
:
"t1.lease_start_date <=
to_date(${@lease_start_date_to},'yyyy-mm-dd')
"
},
{
name
:
'contract_creation_date_from'
,
queryexpression
:
"t
1.contract_creation_date
>= trunc(to_date(${@contract_creation_date_from},'yyyy-mm-dd') )"
queryexpression
:
"t
runc(t1.contract_creation_date)
>= trunc(to_date(${@contract_creation_date_from},'yyyy-mm-dd') )"
},
{
name
:
'contract_creation_date_to'
,
...
...
congzhao
@24976zc
mentioned in commit
119dc222
·
Jun 02, 2021
mentioned in commit
119dc222
mentioned in commit 119dc2228bccab9d996976ebf383109b6edecb16
Toggle commit list
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