admin
2019-01-10 02d8f36a2a51a2ffcacdb619bee34077da61b328
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">