|
@@ -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" />
|