|
@@ -149,6 +149,9 @@ public class UserArchivesServiceImpl extends BaseMybatisDao< UserArchivesMapper>
|
|
|
if (userArchives.getUtilityModelCount() !=null){
|
|
if (userArchives.getUtilityModelCount() !=null){
|
|
|
count+= userArchives.getUtilityModelCount();
|
|
count+= userArchives.getUtilityModelCount();
|
|
|
}
|
|
}
|
|
|
|
|
+ if (userArchives.getSoftwareWorksCount() !=null){
|
|
|
|
|
+ count+= userArchives.getSoftwareWorksCount();
|
|
|
|
|
+ }
|
|
|
if (userArchives.getOtherCount()!=null){
|
|
if (userArchives.getOtherCount()!=null){
|
|
|
count+= userArchives.getOtherCount();
|
|
count+= userArchives.getOtherCount();
|
|
|
}
|
|
}
|