Przeglądaj źródła

修改用户数据,没有时新增判定新增

anderx 1 rok temu
rodzic
commit
5315ccc216

+ 3 - 0
src/main/java/com/goafanti/customer/service/impl/UserArchivesServiceImpl.java

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