Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hp-smart
Overview
Overview
Details
Activity
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
platform
hp-smart
Commits
a954aff7
Commit
a954aff7
authored
Aug 14, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.增加差异数量大于小于条件
parent
6eae50d6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
HPKC004.xml
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC004.xml
+6
-0
HPKC104.jsp
src/main/webapp/HP/KC/HPKC104.jsp
+2
-0
No files found.
src/main/java/com/baosight/hpjx/hp/kc/sql/HPKC004.xml
View file @
a954aff7
...
...
@@ -127,6 +127,12 @@
<isNotEmpty
prepend=
" AND "
property=
"createdDateTo"
>
CREATED_TIME
<
= CONCAT(REPLACE(#createdDateTo#, '-', ''), '235959')
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"geDiffWeight"
>
DIFF_WEIGHT
>
= #geDiffWeight#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"leDiffWeight"
>
DIFF_WEIGHT
<
= #leDiffWeight#
</isNotEmpty>
</sql>
<!-- 公共修改字段 -->
...
...
src/main/webapp/HP/KC/HPKC104.jsp
View file @
a954aff7
...
...
@@ -27,6 +27,8 @@
</EF:EFSelect>
</div>
<div
class=
"row"
>
<EF:EFInput
cname=
"差异数量(>=)"
ename=
"geDiffWeight"
blockId=
"inqu_status"
row=
"0"
colWidth=
"3"
/>
<EF:EFInput
cname=
"差异数量(<=)"
ename=
"leDiffWeight"
blockId=
"inqu_status"
row=
"0"
colWidth=
"3"
/>
<EF:EFDateSpan
startCname=
"创建日期(从)"
endCname=
"至"
startName=
"createdDateFrom"
endName=
"createdDateTo"
blockId=
"inqu_status"
row=
"0"
role=
"date"
format=
"yyyy-MM-dd"
ratio=
"3:3"
satrtRatio=
"4:8"
endRatio=
"4:8"
readonly=
"true"
>
...
...
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