zhao 6 tháng trước cách đây
mục cha
commit
1419565b67

+ 1 - 1
nngkxxdp/src/main/java/com/example/nngkxxdp/entity/SellLand.java

@@ -16,7 +16,7 @@ public class SellLand implements Serializable {
     //土地详细信息中心经纬度
     private String centerPoint;
     private String ownerUnit;   //业主单位
-    private Integer landState;  //可用地状态
+    private String landState;  //可用地状态
     private String businessIndustry;   //可招商产业
 
     private Integer belongPark;

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

@@ -20,7 +20,7 @@
             <result property="imgUrl" column="img_url" jdbcType="VARCHAR"/>
           <result property="remark" column="remark" jdbcType="VARCHAR"/>
          <result property="businessIndustry" column="business_industry" jdbcType="VARCHAR"/>
-         <result property="landState" column="land_state" jdbcType="INTEGER"/>
+         <result property="landState" column="land_state" jdbcType="VARCHAR"/>
            <result property="point" column="point" jdbcType="VARCHAR"/>
            <result property="belongPark" column="belong_park" jdbcType="INTEGER"/>
         <result property="namePoint" column="name_point" jdbcType="VARCHAR"/>