liliang4869 7 éve%!(EXTRA string=óta)
szülő
commit
fad177296f

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

@@ -1163,7 +1163,7 @@ order by release_date desc limit #{0}
   industry_category_a as industryCategoryA,industry_category_b as industryCategoryB,ic.name as industryCategory1,icc.name as industryCategory2
    from demand a
    left join demand_interest di on di.demand_id=a.id
-   where di.uid=#{uid,jdbcType="VARCHAR"}
+   where di.uid=#{uid,jdbcType=VARCHAR}
      <if test="page_sql !=null">
   	${page_sql}
   </if>
@@ -1172,6 +1172,6 @@ order by release_date desc limit #{0}
    select count(0)
    from demand a
    left join demand_interest di on di.demand_id=a.id
-   where di.uid=#{uid,jdbcType="VARCHAR"}
+   where di.uid=#{uid,jdbcType=VARCHAR}
   </select>
   </mapper>