You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
854 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="org.dromara.oa.crm.mapper.CrmBusinessTripDetailsMapper">
<resultMap type="org.dromara.oa.crm.domain.vo.CrmBusinessTripDetailsVo" id="CrmBusinessTripDetailsResult">
</resultMap>
<select id="selectCustomCrmBusinessTripDetailsVoList" resultMap="CrmBusinessTripDetailsResult">
select trip_details_id, trip_id, tenant_id, itinerary_number, trip_location, start_time, end_time, duration_days, project_id, customer_id, meeting_name, exchange_purpose, exchange_feedback, trip_reason, remark, oss_id, del_flag, create_dept, create_by, create_time, update_by, update_time from crm_business_trip_details t
${ew.getCustomSqlSegment}
</select>
</mapper>