Commit 0e29f6b2 by huluobin

update

parent cbb74ab8
......@@ -36,7 +36,7 @@ public class OwnProduceController {
}
@ApiOperation("查询已经选择的技法sku")
@GetMapping("/getByOwnProduceId")
@GetMapping("/technician/ownProduce/getByOwnProduceId")
public JsonResult<List<TechniqueSku>> getByOwnProduceId(@RequestParam Integer ownProduceId) {
List<TechniqueSku> list = ownProduceService.getByOwnProduceId(ownProduceId);
return JsonResult.success(list);
......
......@@ -704,12 +704,4 @@ public class Test {
}
/**
* 重算订单金额
*/
@org.junit.Test
public void calcOrderAmount() {
marketService.calcOrderAmount(13659);
}
}
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