This commit is contained in:
2024-01-21 20:57:56 +08:00
parent 2358624de1
commit c2f2a08aea

View File

@@ -94,8 +94,8 @@
s.weight ,
r.goodsNumber as goodsNumber
FROM
lpk_goods s
LEFT JOIN vegetable_cellar r ON s.sid = r.goodsSid
vegetable_cellar r
LEFT JOIN lpk_goods s ON s.sid = r.goodsSid
WHERE
r.customerSid =#{query.customerSid} and r.affiliation =#{query.affiliation}
</select>