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}