Browse Source

技淘项目列表

liliang4869 7 years ago
parent
commit
dee85daac2

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

@@ -526,7 +526,7 @@
  and jtbc.id=jtbp.category_id
  and jtbc.id=jtbp.category_id
   </if>
   </if>
   <if test="ownerId!=null">
   <if test="ownerId!=null">
-  and jdbp.owner_id=#{ownerId,jdbcType=VARCHAR}
+  and jtbp.owner_id=#{ownerId,jdbcType=VARCHAR}
   </if>
   </if>
   	<if test="page_sql!=null">
   	<if test="page_sql!=null">
 		${page_sql}
 		${page_sql}
@@ -550,7 +550,7 @@
  and jtbc.id=jtbp.category_id
  and jtbc.id=jtbp.category_id
   </if>
   </if>
     <if test="ownerId!=null">
     <if test="ownerId!=null">
-  and jdbp.owner_id=#{ownerId,jdbcType=VARCHAR}
+  and jtbp.owner_id=#{ownerId,jdbcType=VARCHAR}
   </if>
   </if>
   </select>
   </select>