| | |
| | | <result column="peopleNumber" property="peopleNumber"/> |
| | | <result column="contactPerson" property="contactPerson"/> |
| | | <result column="contactPhone" property="contactPhone"/> |
| | | <result column="thankYouFee" property="thankYouFee"/> |
| | | <result column="state" property="state"/> |
| | | <result column="remark" property="remark"/> |
| | | <result column="isDelete" property="isDelete"/> |
| | |
| | | carTime as carTime, |
| | | (select name from t_server_carmodel where state = 1 and type = 3 and id = a.serverCarModelId) as serverCarModel, |
| | | (6) as orderType, |
| | | state as state, |
| | | thankYouFee |
| | | state as state |
| | | from t_order_chartered_car as a where userId = #{uid} order by insertTime desc limit #{pageNum}, #{size} |
| | | </select> |
| | | </mapper> |