소스 검색

代码修复处理

anderx 11 달 전
부모
커밋
6df7553799
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/main/java/com/goafanti/patent/service/impl/PatentNewServiceImpl.java

+ 0 - 2
src/main/java/com/goafanti/patent/service/impl/PatentNewServiceImpl.java

@@ -612,8 +612,6 @@ public class PatentNewServiceImpl  extends BaseMybatisDao<PatentNewMapper> imple
 
 	/**
 	 * 批量添加专利日志
-	 * @param type
-	 * @param ls
 	 */
 	private void addPatentNewLog(Integer type, List<String> ls,String aid) {
 		List<PatentNewLog> log=new ArrayList<PatentNewLog>();