Преглед на файлове

Merge branch 'master' of jishutao/jitao-server into test

liliang4869 преди 7 години
родител
ревизия
3fd1c882f2
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/main/java/com/goafanti/common/mapper/JtBusinessProjectMapper.xml

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

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