Merge remote-tracking branch 'origin/feat_chievements_dev' into feat_chievements_dev

This commit is contained in:
13036795865 2025-05-14 19:21:24 +08:00
commit 3ea6352091
1 changed files with 3 additions and 1 deletions

View File

@ -395,7 +395,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
select COUNT(*)
from achievements a
where source = #{s}
and tags = #{t}
<if test="t != null and t != ''">
and tags = #{t}
</if>
</select>
<select id="getAreasByName" resultType="com.microservices.dms.achievementLibrary.domain.KeyValueVo">