中扬CRM客户关系管理系统
LSH
2023-08-16 de07d16d483d1d2fc6f3dd238829979ab3c5e161
src/main/resources/mapper/DicMapper.xml
@@ -10,4 +10,11 @@
    </resultMap>
    <select id="selectByName" resultMap="BaseResultMap">
        select top 1 *
        from sys_dic
        where 1=1
        and name = #{name}
    </select>
</mapper>