Commit 657a8d9f authored by hongguangwu's avatar hongguangwu

个税申报导出加条件

parent f3a03fb5
...@@ -71,9 +71,9 @@ public class TStatisticsCurrentReport { ...@@ -71,9 +71,9 @@ public class TStatisticsCurrentReport {
/** /**
* 身份证号 * 身份证号
*/ */
@ExcelAttribute(name = "身份证号", maxLength = 25) @ExcelAttribute(name = "身份证号", maxLength = 25)
@Length(max = 25, message = "身份证号不能超过25个字符") @Length(max = 25, message = "身份证号不能超过25个字符")
@ExcelProperty("身份证号") @ExcelProperty("身份证号")
private String empIdcard; private String empIdcard;
/** /**
* 本期收入 * 本期收入
......
...@@ -153,7 +153,7 @@ public class TStatisticsCurrentReportServiceImpl extends ServiceImpl<TStatistics ...@@ -153,7 +153,7 @@ public class TStatisticsCurrentReportServiceImpl extends ServiceImpl<TStatistics
} }
private LambdaQueryWrapper buildQueryWrapper(TStatisticsCurrentReportSearchVo entity) { private LambdaQueryWrapper buildQueryWrapper(TStatisticsCurrentReportSearchVo entity) {
LambdaQueryWrapper<TStatisticsCurrentReport> wrapper = Wrappers.lambdaQuery(); LambdaQueryWrapper<TStatisticsCurrentReport> wrapper = Wrappers.lambdaQuery(entity);
return wrapper; return wrapper;
} }
......
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