Commit 235ec109 authored by 周亚武's avatar 周亚武

钉钉相关接口

parent 9a1aec50
......@@ -9,7 +9,7 @@ import java.util.Map;
* @author zxfei
*/
public enum AppealResultEnum {
申诉中(0, "申诉中"),
审核中(0, "审核中"),
通过(1, "通过"),
不通过(2, "不通过");
private Integer value;
......
......@@ -150,7 +150,7 @@ public class AttendanceLeaveRecordEntity extends AttendanceLeaveRecordVo {
this.auditResult = 0;
this.auditDesc = "";
this.auditTime = new Date();
this.processStatus = 1;
this.processStatus = 2;
this.sourceDingTime = "";
}
}
\ No newline at end of file
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