pms-parent/pms-web-station/src/main/java/com/dy/pmsStation/assemblyStep/AssemblyStepSv.java
@@ -631,9 +631,14 @@ bill.orgName = file.orgName; bill.extName = file.extName; } public List<TstCommand> getCommand(String proId) { public List<TstCommand> getCommand(String proId, int type) { Map<String, Object> params = new HashMap<>(); params.put("proId", proId); params.put("type", type); return tstCommandDao.selectSome(params); } public List<PltProduct> selectAll(QueryVo queryVo) { Map<String, Object> params = (Map<String, Object>) PojoUtils.generalize(queryVo); return productDao.selectAll(params); } }