|
|
|
@ -100,7 +100,7 @@ public class KrLeaveCreateAction implements Action {
|
|
|
|
|
new BaseBean().writeLog("########请假流程,requestid={" + requestInfo.getRequestid() + "],接口响应数据:"+ returnStr);
|
|
|
|
|
JSONObject jsonObject = JSONObject.parseObject(returnStr);
|
|
|
|
|
String code = jsonObject.getString("code");
|
|
|
|
|
if (KqGlobal.SUC_CODE.equals(code)) {
|
|
|
|
|
if (KqGlobal.SUC_CODE.equals(code) || KqGlobal.IGNORE_CODE.equals(code)) {
|
|
|
|
|
return SUCCESS;
|
|
|
|
|
}
|
|
|
|
|
requestInfo.getRequestManager().setMessagecontent(jsonObject.getString("msg"));
|
|
|
|
|