增加组装和拆卸单的库存计算

This commit is contained in:
季圣华
2019-04-07 22:42:56 +08:00
parent 5e2d66fd07
commit bc22a9f4f4
5 changed files with 69 additions and 2 deletions

View File

@@ -109,6 +109,20 @@ public interface DepotItemMapperEx {
@Param("MId") Long MId,
@Param("MonthTime") String MonthTime);
BigDecimal findAssembleIsPrev(
@Param("subType") String subType,
@Param("mType") String mType,
@Param("ProjectId") Integer ProjectId,
@Param("MId") Long MId,
@Param("MonthTime") String MonthTime);
BigDecimal findAssembleIsNotPrev(
@Param("subType") String subType,
@Param("mType") String mType,
@Param("ProjectId") Integer ProjectId,
@Param("MId") Long MId,
@Param("MonthTime") String MonthTime);
BigDecimal buyOrSaleNumber(
@Param("type") String type,
@Param("subType") String subType,