소스 검색

fix: 股权出质fix bug

许家凯 4 년 전
부모
커밋
aa770699b2
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/main/scala/com/winhc/bigdata/spark/jobs/inc_company_equity_info.scala

+ 3 - 3
src/main/scala/com/winhc/bigdata/spark/jobs/inc_company_equity_info.scala

@@ -162,7 +162,7 @@ object inc_company_equity_info {
            |        ,pledgee AS cname
            |        ,2 AS type
            |        ,cname AS target
-           |        ,target_cid
+           |        ,cid as target_cid
            |        ,pledgee
            |        ,pledgee_type
            |        ,pledgee_id
@@ -189,7 +189,7 @@ object inc_company_equity_info {
            |        ,pledgor AS cname
            |        ,1 AS type
            |        ,cname AS target
-           |        ,target_cid
+           |        ,cid as target_cid
            |        ,pledgee
            |        ,pledgee_type
            |        ,pledgee_id
@@ -216,7 +216,7 @@ object inc_company_equity_info {
            |        ,null AS cname
            |        ,0 AS type
            |        ,cname AS target
-           |        ,target_cid
+           |        ,cid as target_cid
            |        ,pledgee
            |        ,pledgee_type
            |        ,pledgee_id