小票打印bug修复

This commit is contained in:
谭凯凯
2024-11-29 09:56:45 +08:00
committed by Tankaikai
parent fa09fd2997
commit 136e119a2b
3 changed files with 19 additions and 34 deletions

View File

@@ -543,11 +543,13 @@
group by shop_id,product_id
</select>
<!--
<update id="updateStockById">
update tb_product
set stock_number = stock_number - #{num,jdbcType=INTEGER}
where id = #{productId}
</update>
-->
<select id="selectBySkuId" resultType="com.chaozhanggui.system.cashierservice.entity.po.ProConsSkuInfo">
SELECT