| | |
| | | <select id="getSummaryByArea" resultMap="SubTaskSummary"> |
| | | <include refid="Sub_Task_Summary_Column_List"/> |
| | | <where> |
| | | <include refid="Where_Area"> |
| | | <property name="tableAlias" value="a"/> |
| | | <include refid="cn.flightfeather.supervision.domain.ds1.mapper.ScenseMapper.Where_Area"> |
| | | <property name="tableAlias" value="b"/> |
| | | </include> |
| | | <include refid="Where_Plan_Time"> |
| | | <property name="tableAlias" value="a"/> |
| | | </include> |
| | | <if test="scensetypeid != null"> |
| | | AND b.S_TypeID = #{scensetypeid} |
| | | </if> |
| | | <if test="topTaskId != null"> |
| | | AND a.T_GUID = #{topTaskId} |
| | | </if> |
| | | </where> |
| | | GROUP BY |
| | | a.ST_GUID |