更新:1.获取用户信息返回用户类型;2.政策列表处理政策标签;3.岗位列表添加查询条件等。
This commit is contained in:
@@ -61,6 +61,10 @@ public class PolicyInfoServiceImpl implements IPolicyInfoService {
|
||||
|
||||
@Override
|
||||
public List<PolicyInfo> selectList(PolicyInfoQuery query) {
|
||||
if (StringUtils.isNotEmpty(query.getPolicyTag())) {
|
||||
List<String> policyTags = Arrays.asList(query.getPolicyTag().split(","));
|
||||
query.setPolicyTags(policyTags);
|
||||
}
|
||||
return policyInfoMapper.selectPolicyInfoList(query);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user