| | |
| | | <result column="take_code" property="takeCode" /> |
| | | <result column="take_unique_code" property="takeUniqueCode" /> |
| | | <result column="delivery_state" property="deliveryState" /> |
| | | <result column="delivery_state" property="deliveryState" /> |
| | | <result column="is_home" property="isHome" /> |
| | | <result column="is_free" property="isFree" /> |
| | | <result column="del_flag" property="delFlag" /> |
| | |
| | | </if> |
| | | <if test="record.status == 5"> |
| | | and a.status = 7 or b.state in (2,3) |
| | | </if> |
| | | <if test="record.orderType != null"> |
| | | and a.order_type=#{record.orderType} |
| | | </if> |
| | | </where> |
| | | order by a.created_time desc |