Commit a0693ae9 by 张晓

Merge branch 'feature-dispatch-zx' into develop

2 parents ef4f0eca 7a328a06
......@@ -45,9 +45,6 @@ public class OrderRequest implements Serializable {
private String county;
@Column(name = "category_id")
private String categoryId;
private String brand;
private String type;
......
......@@ -75,7 +75,7 @@ class SolveServiceTest {
DispatchSolution solution = solver.solve(problem);
solveService.saveSolutionWrp(solution);
extractService.extractDispatchToOrder(groupId, batchNo, true);
extractService.extractDispatchToOrder(groupId, batchNo, false);
log.info("testAsync done");
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!