|
@@ -262,7 +262,7 @@ public class K3StockController {
|
|
@RequestBody ZfireParamBean zfireParamBean
|
|
@RequestBody ZfireParamBean zfireParamBean
|
|
) throws RemoteServiceException {
|
|
) throws RemoteServiceException {
|
|
IPage<StockPositionStockVO> list = k3StockLogic.listStockV2(zfireParamBean);
|
|
IPage<StockPositionStockVO> list = k3StockLogic.listStockV2(zfireParamBean);
|
|
- return ResponseHelper.success(list, new TypeReference<KingDeeStockVO>() {});
|
|
|
|
|
|
+ return ResponseHelper.success(list, new TypeReference<StockPositionStockVO>() {});
|
|
}
|
|
}
|
|
|
|
|
|
@PostMapping("/listStockV2/export")
|
|
@PostMapping("/listStockV2/export")
|