Pārlūkot izejas kodu

咨询收入的表格排序

huangguoce 4 stundas atpakaļ
vecāks
revīzija
ac7584faae

+ 7 - 0
src/main/resources/mappings/modules/ruralprojectrecords/RuralProjectMessageAllDao.xml

@@ -2373,6 +2373,13 @@ END) as projectScale*/
 			<if test="engineeringType !=null and engineeringType !=''">
 				and a.engineering_type= #{engineeringType}
 			</if>
+			<!-- 咨询营业收入 -->
+			<if test="beginMoney !=null">
+				AND prd.ZiXunShouRu >= #{beginMoney}
+			</if>
+			<if test="endMoney !=null">
+				AND prd.ZiXunShouRu &lt; #{endMoney}
+			</if>
 
 			<!-- 送审规模 -->
 			<if test="beginSubmitScale !=null and beginSubmitScale != ''">

+ 1 - 1
src/main/webapp/webpage/modules/ruralprojectrecords/ruralporjectmessage/all/ruralProjectMessageAllList.jsp

@@ -1193,7 +1193,7 @@
 				,{field: 'client', align:'center', title: '委托方',width:285,templet: function(d){
 						return "<font style = 'font-size:14px;font-weight:500;'>"+d.client+"</font>";
 					}}
-                ,{field:'money',align:'center', title: '咨询营业收入(万元)',  width:140}
+                ,{field:'money',align:'center', title: '咨询营业收入(万元)',  width:160 , sort : true}
                 ,{field:'submitScale',align:'center', title: '送审规模(万元)',  width:140}
                 ,{field:'createName',align:'center', title: '登记人',  width:75}
                 ,{field: 'createDate', align:'center', title: '创建日期',width:110,templet: function(d){