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(*)
|
||||
from achievements a
|
||||
where source = #{s}
|
||||
<if test="t != null and t != ''">
|
||||
and tags = #{t}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<select id="getAreasByName" resultType="com.microservices.dms.achievementLibrary.domain.KeyValueVo">
|
||||
|
|
Loading…
Reference in New Issue