puzhibing
2024-02-07 387f61d55a8e20bc772b026cba4f8c34dfce5665
UserIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/AgreementMapper.xml
@@ -6,6 +6,7 @@
    <resultMap id="BaseResultMap" type="com.stylefeng.guns.modular.system.model.Agreement">
        <id column="id" property="id"/>
        <result column="useType" property="useType"/>
        <result column="language" property="language"/>
        <result column="content" property="content"/>
        <result column="type" property="type"/>
@@ -23,5 +24,8 @@
        <if test="null != useType">
            and useType = #{useType}
        </if>
        <if test="null != language">
            and `language` = #{language}
        </if>
    </select>
</mapper>