优化入库明细和出库明细的接口
This commit is contained in:
@@ -61,7 +61,7 @@ public interface DepotHeadMapperEx {
|
||||
String findMaterialsListByHeaderId(
|
||||
@Param("id") Long id);
|
||||
|
||||
List<DepotHeadVo4InDetail> findInDetail(
|
||||
List<DepotHeadVo4InDetail> findInOutDetail(
|
||||
@Param("beginTime") String beginTime,
|
||||
@Param("endTime") String endTime,
|
||||
@Param("type") String type,
|
||||
@@ -75,7 +75,7 @@ public interface DepotHeadMapperEx {
|
||||
@Param("offset") Integer offset,
|
||||
@Param("rows") Integer rows);
|
||||
|
||||
int findInDetailCount(
|
||||
int findInOutDetailCount(
|
||||
@Param("beginTime") String beginTime,
|
||||
@Param("endTime") String endTime,
|
||||
@Param("type") String type,
|
||||
|
||||
Reference in New Issue
Block a user