albertshaw 8 years ago
parent
commit
06fc874d30
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/main/java/com/goafanti/common/mapper/DemandMapper.xml

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

@@ -769,9 +769,6 @@
 	<if test="adminId != null">
 		LEFT JOIN user u on d.employer_id = u.id
 	</if>
-	<if test="adminId != null">
-		LEFT JOIN user u on d.employer_id = u.id
-	</if>
 	<if test="hot != null and hot == 1"><!-- 在首页 -->
 		inner join marketing_management mm on d.id = mm.product_id
 	</if>