中扬CRM客户关系管理系统
#
LSH
2023-11-23 456f8b69675f9734efe19ed1842c9821ee080b1c
src/main/resources/mapper/ConfigMapper.xml
@@ -14,4 +14,10 @@
    </resultMap>
    <select id="selectConfigByCode" resultMap="BaseResultMap">
        select top 1 * from sys_config
        where 1=1
        and code=#{code}
    </select>
</mapper>