Explorar el Código

垫款,充值列表产品名 获取 更改

zhaoxian hace 2 años
padre
commit
091b0e1267

+ 2 - 2
jeecg-boot-module-system/src/main/java/cn/com/ctop/finance/payment/mapper/xml/FinancePaymentRechargeApplicationMapper.xml

@@ -38,8 +38,8 @@
         t1.advertiser_id as 'advertiserId',
         t1.advertiser_name as 'advertiserName',
         t1.product_id as 'productId',
-        GROUP_CONCAT(DISTINCT t2.product_id) as 'productIds',
-        GROUP_CONCAT(DISTINCT t2.product_name) as 'productName',
+        GROUP_CONCAT(DISTINCT t1.product_id) as 'productIds',
+        GROUP_CONCAT(DISTINCT t1.product_name) as 'productName',
         t1.project_id as 'projectId',
         t1.project_name as 'projectName',
         GROUP_CONCAT(t2.account_id) as 'accountIds',