|
@@ -140,6 +140,11 @@ public class UserArchivesServiceImpl extends BaseMybatisDao< UserArchivesMapper>
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 计算专利总数,必须5个都传,不然会导致计算漏掉
|
|
|
|
|
+ * @param userArchives 用户档案参数
|
|
|
|
|
+ * @return count
|
|
|
|
|
+ */
|
|
|
private int getCount(UserArchives userArchives) {
|
|
private int getCount(UserArchives userArchives) {
|
|
|
int count = 0;
|
|
int count = 0;
|
|
|
if (userArchives.getAppearancePatentCount()!=null){
|
|
if (userArchives.getAppearancePatentCount()!=null){
|