店铺信息 增加小票logo返回
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user