Commit 8ca22c92 by huangZW

111

parent 66c7eb03
......@@ -401,7 +401,7 @@
<if test="auditStatus != null and auditStatus != -1">
and audit_status = #{auditStatus}
</if>
order by create_time desc
order by update_time desc
</select>
......
......@@ -126,7 +126,9 @@ public class AuditController extends WebBaseController{
vo.setFailReason(auditDTO.getAuditReason());
vo.setStaffName(auditDTO.getCommitName());
vo.setClerkName(auditDTO.getCommitName());
if(auditDTO.getAuditType() != 0){
vo.setUpdateTime(auditDTO.getUpdateTime());
}
voList.add(vo);
}
Page<AuditVO> pageVO = new Page<>();
......
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