| | |
| | | is_lock = #{isLock,jdbcType=INTEGER}, |
| | | lock_msg = #{lockMsg,jdbcType=VARCHAR}, |
| | | stock_plate = #{stockPlate,jdbcType=VARCHAR}, |
| | | buy_order_id_index = #{buyOrderIdIndex,jdbcType=DECIMAL}, |
| | | spread_rate_price = #{spreadRatePrice,jdbcType=DECIMAL} |
| | | where id = #{id,jdbcType=INTEGER} |
| | | </update> |
| | |
| | | order by id desc |
| | | </select> |
| | | |
| | | <select id="synchronizePrice" parameterType="integer" resultMap="BaseResultMap"> |
| | | SELECT |
| | | <include refid="Base_Column_List"/> |
| | | FROM user_position |
| | | WHERE sell_order_id is null |
| | | </select> |
| | | |
| | | |
| | | <select id="listByAgent" parameterType="map" resultMap="BaseResultMap"> |
| | | SELECT |