| | |
| | | <result column="userId" property="userId" /> |
| | | <result column="optometryId" property="optometryId" /> |
| | | <result column="storeId" property="storeId" /> |
| | | <result column="modelId" property="modelId" /> |
| | | <result column="color" property="color" /> |
| | | <result column="series" property="series" /> |
| | | <result column="rLens" property="rLens" /> |
| | |
| | | |
| | | <!-- 通用查询结果列 --> |
| | | <sql id="Base_Column_List"> |
| | | id, code, userId, optometryId, storeId, modelId, color, series, rLens, lLens, `type`, refractiveIndex, |
| | | id, code, userId, optometryId, storeId, color, series, rLens, lLens, `type`, refractiveIndex, |
| | | createTime, updateTime, createBy, updateBy, isDelete, sysId, couponId, itemsId, remark, isMail, mailName, |
| | | mailPhone, mailAddress, orderMoney, couponMoney, payMoney, isMachining, machiningCode, isAccounting, accountingName, |
| | | accountingTime,brandId,brandName,seriesName,modelName |
| | | </sql> |
| | | <select id="pageList" resultType="com.jilongda.applet.vo.TOrderVO"> |
| | | select t.id, t.code, t.userId, t.optometryId, t.storeId, t.modelId, t.color, t.series, t.rLens, t.lLens, t.`type`, t.refractiveIndex, |
| | | select t.id, t.code, t.userId, t.optometryId, t.storeId, t.color, t.series, t.rLens, t.lLens, t.`type`, t.refractiveIndex, |
| | | t.createTime, t.updateTime, t.createBy, t.updateBy, t.isDelete, t.sysId, t.couponId, t.itemsId, t.remark, t.isMail, t.mailName, |
| | | t.mailPhone, t.mailAddress, t.orderMoney, t.couponMoney, t.payMoney, t.isMachining, t.machiningCode, t.isAccounting, t.accountingName, |
| | | t.accountingTime,t.brandId,t.brandName,t.seriesName,t.modelName,ts.name as storeName |