| | |
| | | <result column="latitude" property="latitude" /> |
| | | <result column="order_type" property="orderType" /> |
| | | <result column="comment_state" property="commentState" /> |
| | | <result column="delivery_state" property="deliveryState" /> |
| | | <result column="carriage" property="carriage" /> |
| | | <result column="remark" property="remark" /> |
| | | <result column="del_flag" property="delFlag" /> |
| | |
| | | select |
| | | a.* |
| | | from mall_team_leader a |
| | | where a.unique_code = #{uniqueCode} limit 1 |
| | | where a.unique_code = #{uniqueCode} and a.state = 1 limit 1 |
| | | </select> |
| | | |
| | | <select id="selectLeaderByLonAndLat" resultType="cc.mrbird.febs.mall.entity.MallTeamLeader"> |