瀏覽代碼

资料审核

change 3 年之前
父節點
當前提交
5c5b1b7218

+ 1 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/base/service/impl/UserProfileServiceImpl.java

@@ -122,7 +122,7 @@ public class UserProfileServiceImpl extends ServiceImpl<UserProfileMapper, UserP
         addProfile.setOneTime(userProfileVo.getOneTime());
         addProfile.setOneTime(userProfileVo.getOneTime());
         addProfile.setLastTime(DateUtils.getNowTime());
         addProfile.setLastTime(DateUtils.getNowTime());
         addProfile.setCurrentStatus(1L);
         addProfile.setCurrentStatus(1L);
-        addProfile.setChangeStatus(0);
+        addProfile.setChangeStatus(2);
 
 
         UserProfile update = new UserProfile();
         UserProfile update = new UserProfile();
         update.setId(bo.getId());
         update.setId(bo.getId());