Merge remote-tracking branch 'origin/feat_chievements_dev' into feat_chievements_dev
This commit is contained in:
commit
3ea6352091
|
@ -395,7 +395,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
select COUNT(*)
|
select COUNT(*)
|
||||||
from achievements a
|
from achievements a
|
||||||
where source = #{s}
|
where source = #{s}
|
||||||
and tags = #{t}
|
<if test="t != null and t != ''">
|
||||||
|
and tags = #{t}
|
||||||
|
</if>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="getAreasByName" resultType="com.microservices.dms.achievementLibrary.domain.KeyValueVo">
|
<select id="getAreasByName" resultType="com.microservices.dms.achievementLibrary.domain.KeyValueVo">
|
||||||
|
|
Loading…
Reference in New Issue