中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-15 3c92cbb56c7cf52239a77a5563e146c5be78f3a0
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>