瀏覽代碼

1.查询协议sql调整

wuhp 2 年之前
父節點
當前提交
aa6182a183
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/resources/mapper/modules/protocol/PtlAgreementMapper.xml

+ 2 - 2
src/main/resources/mapper/modules/protocol/PtlAgreementMapper.xml

@@ -105,9 +105,9 @@
     </select>
     <select id="getByAgreementIdNew" resultType="com.ydtech.modules.protocol.entity.po.PtlAgreement">
         select
-            partner_companies_id  as  "partnercompaniesId"
+            partner_companies_id  as  "partnercompaniesId",
             association_companies_id  as  "associationCompaniesId"
-        from  ptl_agreement_dept
+        from  ptl_agreement
         <where>
             <if test="agreementId!=null  and  agreementId !=''">
                 id=#{agreementId}