fanli/src/main/java/com/yeshi/fanli/service/manger/PIDManager.java
@@ -29,7 +29,7 @@ * @param sourceType * @return */ public List<SystemPIDInfo> listPidInfoByPid(String pid, int sourceType) { public List<SystemPIDInfo> listPidInfoByPid(String pid, Integer sourceType) { SystemPIDInfoDao.DaoQuery daoQuery = new SystemPIDInfoDao.DaoQuery(); daoQuery.sourceType = sourceType; daoQuery.pid = pid;