Bladeren bron

fix:收款明细sql修改

ly 9 maanden geleden
bovenliggende
commit
570d46a83f
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/main/resources/mybatis/business/BizCollectionDetailMapper.xml

+ 1 - 1
src/main/resources/mybatis/business/BizCollectionDetailMapper.xml

@@ -14,7 +14,7 @@
         <result column="remark" property="remark"/>
         <association property="bizCollection" javaType="cn.ezhizao.project.business.collection.domain.BizCollection" >
             <id column="colId" property="id"/>
-            <result column="colCompanyName" property="companyName"/>
+            <result column="cname" property="companyName"/>
             <result column="colIsProject" property="isProject"/>
             <result column="colActuallyDate" property="actuallyDate"/>
             <result column="colSubsidiaryName" property="subsidiaryName"/>