Procházet zdrojové kódy

1开户查询添加站点水司id

Xiaojh před 4 roky
rodič
revize
921df4f1ed

+ 3 - 1
smart-city-platform/src/main/resources/mapper/PayBaseCustomerandmeterrelaMapper.xml

@@ -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