修改bug

master
bynt 9 months ago
parent cfd0e54ad5
commit e07890a8e8

@ -208,8 +208,8 @@ public class ClueServiceImpl extends ExtendServiceImpl<ClueMapper, ClueEntity> i
@Override @Override
public List<ClueVO> queryList(ClueQo qo) { public List<ClueVO> queryList(ClueQo qo) {
qo.setCompanyId(SecurityUtils.getCurrentUserId());
// 扩展数据 // 扩展数据
if (qo.getNid() != null) { if (qo.getNid() != null) {
qo.setNid(AESUtils.encrypt(qo.getNid(), securityProperties.getPasswordSecretKey())); qo.setNid(AESUtils.encrypt(qo.getNid(), securityProperties.getPasswordSecretKey()));
} }

Loading…
Cancel
Save