|
@@ -38,7 +38,9 @@
|
|
|
customer.calculateway as "calculateway",
|
|
|
pro.id as "waterPropertyId",
|
|
|
customer.valve_rule_id,
|
|
|
- customer.valve_rule_name
|
|
|
+ customer.valve_rule_name,
|
|
|
+ customer.site_id as "siteId",
|
|
|
+ customer.customer_id as "customerId"
|
|
|
from pay_base_customerandmeterrela customer
|
|
|
left join pay_base_account account on customer.account_id = account.id
|
|
|
left join pay_base_waterproperty pro on pro.id = customer.waterproperty_id
|