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}