|
@@ -89,7 +89,7 @@ public class LogisticsController {
|
|
|
@RequestBody ZfireParamBean zfireParamBean
|
|
|
) throws RemoteServiceException {
|
|
|
IPage<LogisticsConfigurationVO> list = logisticsLogic.listV2(zfireParamBean);
|
|
|
- return ResponseHelper.success(list, new TypeReference<StockVO>() {});
|
|
|
+ return ResponseHelper.success(list, new TypeReference<LogisticsConfigurationVO>() {});
|
|
|
}
|
|
|
|
|
|
@PostMapping("/listV2/export")
|