diff --git a/ssjygl-xsx-common/src/main/java/com/cowr/ssjygl/customer/supermarketproduct/CustomerSupermarketProductService.java b/ssjygl-xsx-common/src/main/java/com/cowr/ssjygl/customer/supermarketproduct/CustomerSupermarketProductService.java index 59f85c4..131f78c 100644 --- a/ssjygl-xsx-common/src/main/java/com/cowr/ssjygl/customer/supermarketproduct/CustomerSupermarketProductService.java +++ b/ssjygl-xsx-common/src/main/java/com/cowr/ssjygl/customer/supermarketproduct/CustomerSupermarketProductService.java @@ -85,7 +85,7 @@ public class CustomerSupermarketProductService extends BaseService { String selectsql = " select a.customer_id, c.name customer_name "; String fromsql = " from (\n" + - " select t.*\n" + + " select t.t.customer_id \n" + " from customer_supermarket_product t\n" + " group by t.customer_id\n" + " ) a\n" +