@Select("select clock_start_time,(select clock_in_time from clockin_log where project_item_id = a.id and del_flag = 0 and user_id = '${userId}' and clock_in_time like '%${date}%') time, a.type from clock_in_project_item a where project_id = '${projectId}' AND a.del_flag = 0 AND type in (${type},2)\n")
@Select("select clock_start_time,(select MAX(clock_in_time) from clockin_log where project_item_id = a.id and del_flag = 0 and user_id = '${userId}' and clock_in_time like '%${date}%') time, a.type from clock_in_project_item a where project_id = '${projectId}' AND a.del_flag = 0 AND type in (${type},2)\n")