cmacma7 / bn

Broadcast network
3 stars 7 forks source link

[New POS] cancel order will create extra order of the original order #1927

Open cmacma7 opened 5 years ago

cmacma7 commented 5 years ago
  1. Create an order
  2. Open the Order History
  3. click the new created order, then cancel the order
  4. you will see two orders show up with the same ID

problem cause by putOrder without mention the id of the original order. Solution, cat should be {id:the_original_id}

huangVic commented 5 years ago

已修正