mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
禅道bug#1562修复
This commit is contained in:
+2
-1
@@ -963,7 +963,8 @@ public class PackServiceImpl implements PackService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return buildPageResult(orderIds, packRespVOS);
|
PageResult<PackRespVO> packRespVOPageResult = buildPageResult(orderIds, packRespVOS);
|
||||||
|
return new PageResult<>(packRespVOPageResult.getList(), packRespVOS.getTotal());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user