liliang4869 7 년 전
부모
커밋
256168ca3d
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/main/java/com/goafanti/common/mapper/JtBusinessProjectMapper.xml

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

@@ -558,9 +558,9 @@
 	  	id,
 	  	name,
 	  	introduce
-	  	from 
-	  	jt_business_project,
-	  	min_img_url as minImgUrl
+	  	min_img_url as minImgUrl,
+	 from 
+	  	jt_business_project
 	  	where category_id= #{id,jdbcType=VARCHAR} and audit_status=2
 	  	<if test="isHot != null">
 	  		and is_hot = #{isHot,jdbcType=INTEGER}