自动化立体仓库 - WMS系统
zhang
2025-08-01 b1cbb59d39cea44d35110d95e54fbd86d4a12e13
src/main/resources/mapper/ConfigMapper.xml
@@ -12,5 +12,8 @@
        <result column="status" property="status" />
    </resultMap>
    <select id="selectConfigByCode" resultType="com.zy.system.entity.Config">
        select Top 1 * from sys_config where code = #{code}
    </select>
</mapper>