| | |
| | | <result property="subscribeTime" column="subscribe_time" jdbcType="TIMESTAMP"/> |
| | | <result property="subscriptionTime" column="subscription_time" jdbcType="TIMESTAMP"/> |
| | | <result property="type" column="type" jdbcType="INTEGER"/> |
| | | <result property="discount" column="discount" jdbcType="DECIMAL"/> |
| | | </resultMap> |
| | | |
| | | <sql id="Base_Column_List"> |
| | | newlist_id,name,code, |
| | | price,order_number,zt,is_lock, |
| | | subscribe_time,subscription_time,type |
| | | subscribe_time,subscription_time,type,discount |
| | | </sql> |
| | | <!-- <select id="listByAdmin" resultMap="BaseResultMap" parameterType="map">--> |
| | | <!-- select--> |