店铺信息 增加小票logo返回

This commit is contained in:
2024-11-01 10:02:31 +08:00
parent efe907d9af
commit c04d8faabd
5 changed files with 27 additions and 1 deletions

View File

@@ -106,5 +106,17 @@
AND NOW());
</select>
<select id="getTicketLogo" resultType="string">
SELECT
`value`
FROM
tb_shop_extend
WHERE
shop_id = #{shopId}
and autoKey = 'ticket_logo'
</select>
</mapper>