Commit 3d51b57d authored by huyuchen's avatar huyuchen

权限导出问题修改

parent 75582572
......@@ -56,6 +56,11 @@ public class TSocialfundHouseResServiceImpl extends ServiceImpl<TSocialfundHouse
*/
@Override
public List<TSocialfundHouseRes> getexportList(TSocialfundHouseRes searchVo) {
if (!Common.isNotNull(searchVo.getHouseNameType())) {
searchVo.setAuthType(CommonConstants.ZERO_STRING);
} else if (CommonConstants.ZERO_STRING.equals(searchVo.getHouseNameType())){
searchVo.setAuthType(CommonConstants.ONE_STRING);
}
return baseMapper.getexportList(searchVo);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment