单规格sku查询报错修复
This commit is contained in:
@@ -1001,7 +1001,7 @@
|
|||||||
</select>
|
</select>
|
||||||
<select id="selectByCodeAndSkuId" resultType="java.lang.Integer">
|
<select id="selectByCodeAndSkuId" resultType="java.lang.Integer">
|
||||||
SELECT
|
SELECT
|
||||||
IFNULL(t.number, 0 )
|
SUM(IFNULL(t.number, 0 ))
|
||||||
FROM
|
FROM
|
||||||
tb_cashier_cart t
|
tb_cashier_cart t
|
||||||
WHERE
|
WHERE
|
||||||
|
|||||||
Reference in New Issue
Block a user