|
|
@ -178,6 +178,7 @@ |
|
|
|
id_card as idCard, |
|
|
|
company_id as competeId, |
|
|
|
compete_group_id as groupId, |
|
|
|
group_remark as groupRemark, |
|
|
|
(SELECT id FROM t_common_file WHERE id = id_card_front_file) as idCardFrontId, |
|
|
|
(SELECT visit_location FROM t_common_file WHERE id = id_card_front_file) as idCardFront, |
|
|
|
(SELECT id FROM t_common_file WHERE id = id_card_back_file) as idCardBackId, |
|
|
@ -196,9 +197,7 @@ |
|
|
|
id = #{playerId} |
|
|
|
and rec_status = 0 |
|
|
|
</select> |
|
|
|
<<<<<<< HEAD |
|
|
|
|
|
|
|
======= |
|
|
|
<select id="getTeamGroupRemark" resultType="com.ccsens.mt.bean.vo.ProvinceCompeteVo$TeamGroupRemark"> |
|
|
|
SELECT |
|
|
|
g.group_name as groupRemark, |
|
|
@ -265,5 +264,4 @@ |
|
|
|
and g.rec_status in (0,1) |
|
|
|
ORDER BY g.sequence |
|
|
|
</select> |
|
|
|
>>>>>>> c32326aa81c6ae6a4ce3e0a067a7617201458f50 |
|
|
|
</mapper> |