socket为空时 报错问题

登录时 获取手机号乱码
This commit is contained in:
2024-05-30 16:47:02 +08:00
parent 9a30a40cee
commit c403b69102
5 changed files with 40 additions and 28 deletions

View File

@@ -402,6 +402,7 @@
LEFT JOIN tb_product_sku sku ON pro.id = sku.product_id
WHERE
pro.type_enum = 'group'
AND pro.is_combo = '1'
GROUP BY
sku.product_id
ORDER BY
@@ -421,6 +422,7 @@
LEFT JOIN tb_product_sku sku ON pro.id = sku.product_id
WHERE
pro.type_enum = 'group'
AND pro.is_combo = '1'
GROUP BY
sku.product_id
ORDER BY