Commit 70eaf279 authored by wlx@33.cn's avatar wlx@33.cn

去掉测试main方法

parent df29a37c
......@@ -353,11 +353,6 @@ public class OrderController {
return new ResponseVO<>(MallResponseEnum.SUCCESS, complaint);
}
public static void main(String[] args) {
BigDecimal amount = new BigDecimal(1900);
System.err.println(amount.multiply(new BigDecimal(1000)).setScale(2,BigDecimal.ROUND_DOWN));
}
@ApiOperation(value = "是否设置过支付密码")
@PostMapping("/isSetPayPassword")
public ResponseVO<Boolean> pay(@Ignore @RequestAttribute Header header) {
......
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