|
|
|
@ -96,10 +96,6 @@ public class OrderController { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
|
System.out.println(new BigDecimal("500").compareTo(new BigDecimal("0"))); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@RequestMapping(value="/cancel",method = RequestMethod.POST) |
|
|
|
|
@ResponseBody |
|
|
|
|
@ApiOperation(value = "取消订单") |
|
|
|
|