소스 검색

结汇需求修改

yzc 1 년 전
부모
커밋
d00760e653
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hx-account/src/main/resources/mapper/account/AccountRunningWaterMapper.xml

+ 1 - 1
hx-account/src/main/resources/mapper/account/AccountRunningWaterMapper.xml

@@ -6,7 +6,7 @@
         SELECT arw.*,
                if(arw.type = 60, (select GROUP_CONCAT(c.`code`)
                                   from bytesailing_sale.contract c
-                                           join exchange_settlement_records esr on esr.contract_id = c.id
+                                           join exchange_settlement_detail esr on esr.contract_id = c.id
                                   where esr.exchange_settlement_id = arw.business_id),
                   IF
                       (