fanli/src/main/java/com/yeshi/fanli/mapping/ExtractAuditRecordMapper.xml
@@ -270,7 +270,7 @@ <if test="years != null and years != '' "> AND FROM_UNIXTIME(tr.`auditTime`/1000,'%Y') = '${years}' </if> <if test="state != null and state != 0"> <if test="state != null and state != 3"> AND t.`state` = ${state} </if> <if test="type == 1">