瀏覽代碼

代码修复处理

anderx 10 月之前
父節點
當前提交
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>();