中扬CRM客户关系管理系统
#
lsh
2024-04-19 41df92a5ee14f19e7453cf0674c1537da46be2ca
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>