Antiloveg лет назад: 8
Родитель
Сommit
e79124ca0f

+ 3 - 3
src/main/java/com/goafanti/common/mapper/TechWebsiteMapper.xml

@@ -134,13 +134,13 @@
   </select>
   
    <select id="findTechWebsiteListByPage" resultType="com.goafanti.techproject.bo.TechWebsiteListBo" parameterType="java.lang.String" >
-   select w.id, w.uid, i.unit_name as unitName, i.location_province as province, 
+   select w.id, w.uid, i.unit_name as unitName, i.licence_province as province, 
 		w.department, w.website, w.account_number as accountNumber,
 		w.password
 		from tech_website w 
 	LEFT JOIN organization_identity i on w.uid = i.uid where w.deleted_sign = 0 
     <if test="province != null">
-    	and i.location_province = #{province,jdbcType=VARCHAR}
+    	and i.licence_province = #{province,jdbcType=VARCHAR}
     </if>
     <if test="unitName != null" >
     	and i.unit_name like CONCAT('%', #{unitName,jdbcType=VARCHAR}, '%')  
@@ -157,7 +157,7 @@
 	LEFT JOIN organization_identity i on w.uid = i.uid 
 	where w.deleted_sign = 0 
     <if test="province != null">
-    	and i.location_province = #{province,jdbcType=VARCHAR}
+    	and i.licence_province = #{province,jdbcType=VARCHAR}
     </if>
     <if test="uid != null" >
     	and w.uid = #{uid,jdbcType=VARCHAR}

+ 1 - 1
src/main/resources/props/config_dev.properties

@@ -51,7 +51,7 @@ session.validate.timespan=18000000
 
 app.name=AFT
 
-static.host=//afts.hnzhiming.com/1.0.21
+static.host=//afts.hnzhiming.com/1.0.22
 
 upload.path=/data/wwwroot/aft/upload
 upload.private.path=/data/upload

+ 1 - 1
src/main/resources/props/config_local.properties

@@ -53,7 +53,7 @@ session.validate.timespan=18000000
 
 app.name=AFT
 
-static.host=//afts.hnzhiming.com/1.0.21
+static.host=//afts.hnzhiming.com/1.0.22
 
 upload.path=/Users/xiaolong/Sites/upload
 upload.private.path=/Users/xiaolong/Sites/doc

+ 1 - 1
src/main/resources/props/config_prod.properties

@@ -51,4 +51,4 @@ session.validate.timespan=18000000
 
 app.name=AFT
 
-static.host=//afts.hnzhiming.com/1.0.21
+static.host=//afts.hnzhiming.com/1.0.22

+ 1 - 1
src/main/resources/props/config_test.properties

@@ -53,7 +53,7 @@ session.validate.timespan=18000000
 
 app.name=AFT
 
-static.host=//aftts.hnzhiming.com/1.0.21
+static.host=//aftts.hnzhiming.com/1.0.22
 
 upload.path=/data/aft/public/upload
 upload.private.path=/data/aft/private/upload