1/21
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user