无关风月
2024-08-07 6740da02fd135f3e844ea8eeb7b80722ece8f007
ruoyi-service/ruoyi-other/src/main/resources/mapper/TUserTagMapper.xml
@@ -3,7 +3,7 @@
<mapper namespace="com.ruoyi.other.mapper.TUserTagMapper">
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.ruoyi.other.model.TUserTag">
    <resultMap id="BaseResultMap" type="com.ruoyi.other.api.domain.TUserTag">
        <id column="id" property="id" />
        <result column="name" property="name" />
        <result column="standard_condition" property="standardCondition" />