| | |
| | | "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.ruoyi.project.mapper.ServiceReimbursementdetailMapper"> |
| | | |
| | | <resultMap type="ServiceReimbursementdetail" id="ServiceReimbursementdetailResult"> |
| | | <resultMap type="com.ruoyi.project.domain.ServiceReimbursementdetail" id="ServiceReimbursementdetailResult"> |
| | | <result property="id" column="ID" /> |
| | | <result property="rbid" column="RBID" /> |
| | | <result property="starttime" column="StartTime" /> |
| | |
| | | <result property="foodexpenses" column="FoodExpenses" /> |
| | | <result property="foodallowance" column="FoodAllowance" /> |
| | | <result property="annexfiles" column="AnnexFiles" /> |
| | | <result property="invoicefiles" column="InvoiceFiles" /> |
| | | <result property="remark" column="remark" /> |
| | | <result property="del_flag" column="del_flag" /> |
| | | <result property="createBy" column="create_by" /> |
| | |
| | | </resultMap> |
| | | |
| | | <sql id="selectServiceReimbursementdetailVo"> |
| | | select ID, RBID, StartTime, Departure, EndTime, Destination, Days, TrafficExpense, TrafficType, CityFee, HotelExpense, InvoiceCount, AttachCount, OtherExpense, FoodExpenses, FoodAllowance, AnnexFiles, remark, del_flag, create_by, create_time, update_by, update_time, upload_flag, upload_time, travelprovince, travelprovincename, travelcity, travelcityname, traveltown, traveltownname, otherfeeamount, otherfeedesc, OrderNo from service_reimbursementdetail |
| | | select ID, RBID, StartTime, Departure, EndTime, Destination, Days, TrafficExpense, TrafficType,TrafficType2, CityFee, HotelExpense, InvoiceCount, AttachCount, OtherExpense, FoodExpenses, FoodAllowance, AnnexFiles,InvoiceFiles, remark, del_flag, create_by, create_time, update_by, update_time, upload_flag, upload_time, travelprovince, travelprovincename, travelcity, travelcityname, traveltown, traveltownname, otherfeeamount, otherfeedesc, OrderNo,personname,persontype from service_reimbursementdetail |
| | | </sql> |
| | | |
| | | <select id="selectServiceReimbursementdetailList" parameterType="ServiceReimbursementdetail" resultMap="ServiceReimbursementdetailResult"> |
| | | <select id="selectServiceReimbursementdetailList" parameterType="com.ruoyi.project.domain.ServiceReimbursementdetail" resultMap="ServiceReimbursementdetailResult"> |
| | | <include refid="selectServiceReimbursementdetailVo"/> |
| | | <where> |
| | | del_flag = '0' |