Browse Source

修改土地出让排序

zhao 6 months ago
parent
commit
d160eae19d

+ 2 - 1
nngkxxdp/src/main/resources/mapper/SellLandDao.xml

@@ -96,13 +96,14 @@
         select * from t_sell_land
         <where>
             <if test="parkId != null">
-                belong_park = #{parkId}
+                and belong_park = #{parkId}
             </if>
             <if test="keyword != null and keyword != ''">
                 <if test="parkId != null">and</if>
                 land_name like concat('%', #{keyword}, '%')
             </if>
         </where>
+        ORDER BY belong_park ASC
         limit #{begin},#{pageSize}
     </select>
 

+ 1 - 1
nngkxxdp/src/main/resources/static/naxsb/js/urljson.js

@@ -1 +1 @@
-var conpath = '';
+var conpath = 'www.cqna.gov.cn/syygapi';