@ -117,6 +117,6 @@ public interface RemoteSapService {
* 成品备货单
*/
@PostMapping("/sap/FPinventory")
public R FPinventory(@RequestBody(required = false) List<Map<String, Object>> mapList);
public R FPinventory(@RequestBody(required = false) Map<String, Object> mapList);
}
@ -125,7 +125,7 @@ public class RemoteSapFallbackFactory implements FallbackFactory<RemoteSapServic
@Override
public R FPinventory(List<Map<String, Object>> mapList) {
public R FPinventory(Map<String, Object> mapList) {
return R.fail("成品备货单获取失败" + throwable.getMessage());