Explorar o código

项目阶段工时表

cs %!s(int64=2) %!d(string=hai) anos
pai
achega
f0532a5501

+ 1 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ProjectMapper.xml

@@ -62,7 +62,7 @@
         <result column="endDate" property="endDate" />
         <collection property="stageCostList"  javaType="java.util.ArrayList"
                     ofType="com.management.platform.entity.vo.StageCost"
-                    select="selectStageSum" column="projectId=id,startDate,endDate"></collection>
+                    select="selectStageSum" column="projectId=id,startDate=startDate,endDate=endDate"></collection>
     </resultMap>
     <resultMap id="CustomerResultMap" type="com.management.platform.entity.vo.CustomerProject" >
         <result column="customer_id" property="customerId" />