Przeglądaj źródła

1预计费去掉站点过滤

Xiaojh 4 lat temu
rodzic
commit
7312adf373

+ 0 - 1
smart-city-platform/src/main/resources/mapper/pay/baseClosingAccountInfoMapper.xml

@@ -222,7 +222,6 @@
 			site_id as "siteId",
 			customer_id as "customerId"
 		from pay_base_closingaccountinfo
-		where site_id = 51 and customer_id = 120
 		GROUP BY site_id,customer_id
 	</select>