소스 검색

1修改开户页面客户地址导出不一致问题

Xiaojh 4 년 전
부모
커밋
ff6cf4f71d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      smart-city-platform/src/main/resources/mapper/PayBaseCustomerandmeterrelaMapper.xml

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

@@ -312,7 +312,7 @@
             account.telephone as "telephone",
             customer.metercode as "metercode",
             property.name as "propertyName",
-            device.loc_desc as "address",
+            account.address as "address",
             customer.opendate as "opendate",
             customer.businessstate as "businessstate",
             customer.calculateway as "calculateway",