|
|
@@ -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>
|
|
|
|