给进销存统计报表增加商品类别的筛选参数
This commit is contained in:
@@ -56,12 +56,14 @@ public interface DepotItemMapperEx {
|
||||
|
||||
List<DepotItemVo4WithInfoEx> findByAll(
|
||||
@Param("materialParam") String materialParam,
|
||||
@Param("categoryIdList") List<Long> categoryIdList,
|
||||
@Param("endTime") String endTime,
|
||||
@Param("offset") Integer offset,
|
||||
@Param("rows") Integer rows);
|
||||
|
||||
int findByAllCount(
|
||||
@Param("materialParam") String materialParam,
|
||||
@Param("categoryIdList") List<Long> categoryIdList,
|
||||
@Param("endTime") String endTime);
|
||||
|
||||
List<DepotItemVo4WithInfoEx> getListWithBugOrSale(
|
||||
|
||||
Reference in New Issue
Block a user