zss
2023-08-15 56f89b4a45a561ff017ffd1e611e542130d046a0
inspect-server/src/main/java/com/yuanchu/mom/mapper/RawInspectMapper.java
@@ -3,6 +3,7 @@
import com.yuanchu.mom.pojo.RawInspect;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import java.time.LocalDate;
import java.util.List;
/**
@@ -16,6 +17,11 @@
    List<RawInspect> selectRawInspectsByLimit(int pageSize, int countSize, String formTime, String createTime,int insState,int judgeState);
    //计算原材料在某个范围内的合格或不合格数量
    Integer selCountRaw(String begin, String end,Integer judgeState);
    //计算月总产量
    Long seAllCount(String begin, String end);
}