Commit a954aff7 by 宋祥

1.增加差异数量大于小于条件

parent 6eae50d6
......@@ -127,6 +127,12 @@
<isNotEmpty prepend=" AND " property="createdDateTo">
CREATED_TIME &lt;= CONCAT(REPLACE(#createdDateTo#, '-', ''), '235959')
</isNotEmpty>
<isNotEmpty prepend=" AND " property="geDiffWeight">
DIFF_WEIGHT &gt;= #geDiffWeight#
</isNotEmpty>
<isNotEmpty prepend=" AND " property="leDiffWeight">
DIFF_WEIGHT &lt;= #leDiffWeight#
</isNotEmpty>
</sql>
<!-- 公共修改字段 -->
......
......@@ -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">
......
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