2 커밋 c38fa8ded5 ... 909e60d2f9

작성자 SHA1 메시지 날짜
  guobing 909e60d2f9 Merge remote-tracking branch 'origin/master' 2 주 전
  guobing a082d3601a 省级备选交收库附件问题修改 2 주 전
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      delivery-module-core/delivery-module-core-biz/src/main/resources/mapper/caxx/CaxxMapper.xml

+ 2 - 1
delivery-module-core/delivery-module-core-biz/src/main/resources/mapper/caxx/CaxxMapper.xml

@@ -87,7 +87,7 @@
87 87
             ck.LXDH lxdh,
88 88
             ifnull(t1.HYRY_NAME, '-') hyry_name,
89 89
             t1.hy_state,
90
-            t1.file_ids
90
+            dk.file_ids
91 91
         from DELIVERY_DWXX cd
92 92
         join DELIVERY_KQXX ck on ck.DWID=cd.id
93 93
         join
@@ -122,6 +122,7 @@
122 122
                    ON d.CWXX_ID = m.CWXX_ID AND d.CN = m.maxCN
123 123
                    )  cy  on cx.id=cy.CWXX_ID
124 124
         ) t2 on t2.DEPT_ID=cd.id
125
+        left join DELIVERY_DK dk on dk.KQ_ID = ck.id
125 126
         <where>
126 127
             cd.qyxz!='10' and cd.DELETED=0
127 128
             <if test="pageReqVO.dwmc!=null and pageReqVO.dwmc!=''">