|
|
@@ -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}
|