|
@@ -772,6 +772,12 @@ public class UniversalController extends BaseRESTfulController {
|
|
|
// return success(list);
|
|
|
// }
|
|
|
|
|
|
+ @ApiOperation(value = "收货地址下匹配不到任何承运商")
|
|
|
+ @GetMapping("/getNoListCarrier")
|
|
|
+ public RESTfulResult getNoListCarrier() {
|
|
|
+ return success(universalMapper.getNoListCarrier());
|
|
|
+ }
|
|
|
+
|
|
|
@ApiOperation(value = "查询承运起止地点下拉框")
|
|
|
@GetMapping("/getNotReceiveOrderQuantity")
|
|
|
public Integer getNotReceiveOrderQuantity(@RequestParam("capacityNumber") String capacityNumber){
|