智慧农业后台管理
guoshilong
2022-09-09 8b36859fbe464c43fbfb8b2e8ef9ba4327d2d041
src/main/java/org/springblade/modules/processInv/service/impl/ProcessInvServiceImpl.java
@@ -69,8 +69,8 @@
   }
   @Override
   public ProcessInv selectBySPId(String strainId, String processId) {
      return baseMapper.selectBySPId(Long.parseLong(strainId),Long.parseLong(processId));
   public ProcessInv selectBySPId(String strainId, String processId,Long fpsId) {
      return baseMapper.selectBySPId(Long.parseLong(strainId),Long.parseLong(processId),fpsId);
   }
   @Override