Browse Source

忘记密码修改,专家搜索修改

liliang4869 7 years ago
parent
commit
f26a52a70e

+ 4 - 4
src/main/java/com/goafanti/common/mapper/UserIdentityMapper.xml

@@ -949,7 +949,7 @@
 		LEFT JOIN user_career uc ON uc.uid = u.id
 		LEFT JOIN achievement_demand_count adc ON adc.uid = u.id
 		WHERE
-			u.type = 0 and ui.expert = 1
+			u.type = 0 and ui.expert = 1 and u.source=0
 		<if test="null != level and level==1 ">
 			AND u.lvl <![CDATA[ >= ]]> 1 
 		</if>
@@ -969,7 +969,7 @@
 			AND ui.area = #{area,jdbcType=INTEGER}
 		</if>
 		<if test="field != null">
-			AND uc.engaged_field like CONCAT(#{field,jdbcType=VARCHAR}, '%')
+			AND ui.industry= #{field,jdbcType=VARCHAR}
 		</if>
 		<if test="name != null">
 			AND ui.username like CONCAT('%', #{name,jdbcType=VARCHAR}, '%')
@@ -989,7 +989,7 @@
 		LEFT JOIN user_career uc ON uc.uid = u.id
 		LEFT JOIN achievement_demand_count adc ON adc.uid = u.id
 		WHERE
-			u.type = 0 and ui.expert = 1
+			u.type = 0 and ui.expert = 1 and u.source=0
 		<if test="null != level and level==1 ">
 			AND u.lvl <![CDATA[ >= ]]> 1 
 		</if>
@@ -1009,7 +1009,7 @@
 			AND ui.area = #{area,jdbcType=INTEGER}
 		</if>
 		<if test="field != null">
-			AND uc.engaged_field like CONCAT(#{field,jdbcType=VARCHAR}, '%')
+			AND ui.industry= #{field,jdbcType=VARCHAR}
 		</if>
 		<if test="name != null">
 			AND ui.username like CONCAT('%', #{name,jdbcType=VARCHAR}, '%')

+ 1 - 24
src/main/webapp/WEB-INF/views/common.html

@@ -197,12 +197,6 @@
 		<div class="pub_fix">
 			<span class="index_blur"></span>
 			<ul class="ret_top">
-				<li class="head_login">
-					<a href="javascript:;">
-						<img th:src="${portalHost+'/img/index_fix0.png'}" alt="" />
-						<p>申请会员</p>
-					</a>
-				</li>
 				<li>
 					<a onclick="_MEIQIA('showPanel')">
 						<img th:src="${portalHost+'/img/index_fix3.png'}" alt="" />
@@ -248,7 +242,7 @@
 							<input type="password" name="pass" id="Lo_pass" placeholder="请输入密码" />
 						</div>
 						<div class="login_check">
-						
+<!-- 						<a href="#">忘记密码?</a> -->
 						</div>
 						<input type="submit" value="登 陆" class="login_submit"/>
 					</form>
@@ -263,14 +257,6 @@
 				<form id="forget_form">
 					<div class="forget_top">
 						<a href="">忘记密码?</a>
-						<div class="login_check">
-							<label for="forget_checks" class="lab_check">
-								<input type="checkbox" name="type" id="forget_checks" />专家登录
-							</label>
-							<label for="forget_checkst" class="lab_checkno">
-								<input type="checkbox" name="type" id="forget_checkst" />企业登录
-							</label>
-						</div>
 					</div>
 					<div class="forget_center">
 						<div class="phone">
@@ -278,15 +264,6 @@
 								手机号码:<input type="text" name="type" id="forget_phone" placeholder="请输入您的手机号码..."/>
 							</label>
 						</div>
-						<div  class="yanzheng">
-							<label for="forget_yanzheng">
-								图形验证码:<input type="text" name="type" id="forget_yanzheng" />
-							</label>
-							<!-- <div class="yanzhengma_cont_">
-								<img th:src="${basePath+'/open/getVCode'}"/>
-							</div>
-							 -->
-						</div>
 						<div class="cellcode_">
 							<div>
 								验证码:<input type="text" name="cellCode" placeholder="手机验证码" id="photo_n"/>

+ 8 - 7
src/main/webapp/WEB-INF/views/user/subscriberDetail.html

@@ -43,12 +43,13 @@
 				<div>
 				<span>擅长领域</span>
 				<span class="lingyu" th:text="${rePartnerDetail.abilityLabel}?${rePartnerDetail.abilityLabel}:未知"></span>
-				<span class="box_love"></span>
-				<span class="dem_number">0</span>
-				<span class="shoucang">收藏</span>
-				<span class="yuejian">线下约见</span>
-				<span class="cishu">32</span>
-				<span class="ci">次</span>
+<!-- 				<span class="box_love"></span> -->
+<!-- 				<span class="dem_number">0</span> -->
+<!-- 				<span class="shoucang">收藏</span> -->
+<!-- 				<span class="yuejian">线下约见</span> -->
+<!-- 				<span class="cishu">32</span> -->
+<!-- 				<span class="ci">次</span>  -->
+			
 				</div>
 			</div>
 		</div>
@@ -76,7 +77,7 @@
 		</div>
 		<div class="achieve_btn">
 			<a onclick="_MEIQIA('showPanel')">线下约见</a>
-			<a id="consultBtn">在线咨询</a>
+<!-- 			<a id="consultBtn">在线咨询</a> -->
 			<input type="hidden" th:isLogin="${!isLogin}" id="isLogin" />
 		</div>
 	</div>