Commit b6ac6f49 by rongjun

bug

parent 6e81711e
......@@ -28,7 +28,7 @@ function convertToRecordOrder(order) {
if(order.dealAmount > 0){
status = constants.OrderStatusPartiallyFilled;
}
if(!order.isActive && order.dealAmount === 0){
if(!order.isActive){
status = constants.OrderStatusCanceled;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment