ソースを参照

代码修复处理

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>();