Commit 63d4be8d authored by hujun's avatar hujun

退款驳回判断

parent d77d8e90
...@@ -135,7 +135,7 @@ class PayLog extends Basic ...@@ -135,7 +135,7 @@ class PayLog extends Basic
} elseif ($is_ok == -2) { } elseif ($is_ok == -2) {
return $this->response("101", "退款金不能大于剩余的支付金额"); return $this->response("101", "退款金不能大于剩余的支付金额");
} elseif ($is_ok == -3) { } elseif ($is_ok == -3) {
return $this->response("101", "请在原退款上驳回修改"); return $this->response("101", "有财务驳回退款,请在原退款上修改.");
} }
return $this->response("101", "request faild"); return $this->response("101", "request faild");
} }
......
...@@ -4524,7 +4524,7 @@ class Finance extends Basic ...@@ -4524,7 +4524,7 @@ class Finance extends Basic
} elseif ($is_ok == -2) { } elseif ($is_ok == -2) {
return $this->response("101", "退款金不能大于剩余的支付金额"); return $this->response("101", "退款金不能大于剩余的支付金额");
} elseif ($is_ok == -3) { } elseif ($is_ok == -3) {
return $this->response("101", "请在原退款上驳回修改"); return $this->response("101", "有财务驳回退款,请在原退款上修改.");
} }
return $this->response("101", "request faild"); return $this->response("101", "request faild");
} }
......
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