|
@@ -1978,6 +1978,12 @@ public class AMScontroller{
|
|
|
return amsFeign.updateCapacityNumberInFactory(mapValue);
|
|
|
}
|
|
|
|
|
|
+ @ApiModelProperty(value = "修改收货客户的电话(销售)")
|
|
|
+ @PostMapping("/updateConsigneeTel")
|
|
|
+ public Map<String,Object> updateConsigneeTel(@RequestBody Map<String,Object> mapValue) {
|
|
|
+ return amsFeign.updateConsigneeTel(mapValue);
|
|
|
+ }
|
|
|
+
|
|
|
@ApiModelProperty(value = "展示下发给承运商的车序号和物资")
|
|
|
@PostMapping("/getCarrierTruckNoAndMaterialList")
|
|
|
public Map<String,Object> getCarrierTruckNoAndMaterialList(@RequestBody Map<String,Object> map) {
|