| | |
| | | import com.panzhihua.common.model.vos.user.InputUserInfoVO; |
| | | import com.panzhihua.common.utlis.IdCard; |
| | | import com.panzhihua.common.utlis.SensitiveUtil; |
| | | import com.panzhihua.common.utlis.Snowflake; |
| | | import com.panzhihua.common.utlis.StringUtils; |
| | | import com.panzhihua.service_user.dao.ComMngUserTagDAO; |
| | | import com.panzhihua.service_user.dao.SysUserInputDAO; |
| | |
| | | return R.fail("标签重复"); |
| | | } |
| | | ComMngUserTagDO comMngUserTagDO1 = new ComMngUserTagDO(); |
| | | comMngUserTagDO1.setId(Snowflake.getId()); |
| | | comMngUserTagDO1.setTagName(comMngTagVO.getTagName()); |
| | | comMngUserTagDO1.setCommunityId(comMngTagVO.getCommunityId()); |
| | | comMngUserTagDO1.setSysFlag(0); |