|
|
@ -19,7 +19,6 @@ public class AuditModify extends ClientModify {
|
|
|
|
private Date approve_time;
|
|
|
|
private Date approve_time;
|
|
|
|
private String refuse_remark;
|
|
|
|
private String refuse_remark;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public AuditModify(JSONObject account, String clientMoniker, Integer approve_result, String approver, Date approve_time) {
|
|
|
|
public AuditModify(JSONObject account, String clientMoniker, Integer approve_result, String approver, Date approve_time) {
|
|
|
|
super(account, clientMoniker);
|
|
|
|
super(account, clientMoniker);
|
|
|
|
this.approve_result = approve_result;
|
|
|
|
this.approve_result = approve_result;
|
|
|
@ -41,9 +40,7 @@ public class AuditModify extends ClientModify {
|
|
|
|
if (source != null) {
|
|
|
|
if (source != null) {
|
|
|
|
modify.put("source", source);
|
|
|
|
modify.put("source", source);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if(open_status!=null){
|
|
|
|
|
|
|
|
modify.put("open_status", open_status);
|
|
|
|
modify.put("open_status", open_status);
|
|
|
|
}
|
|
|
|
|
|
|
|
if (StringUtils.isNotEmpty(refuse_remark)) {
|
|
|
|
if (StringUtils.isNotEmpty(refuse_remark)) {
|
|
|
|
modify.put("refuse_remark", refuse_remark);
|
|
|
|
modify.put("refuse_remark", refuse_remark);
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -66,4 +63,3 @@ public class AuditModify extends ClientModify {
|
|
|
|
this.approve_result = approve_result;
|
|
|
|
this.approve_result = approve_result;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|