Commit f5559e52 authored by hongguangwu's avatar hongguangwu

MVP1.7.16-签署失败

parent 5d4a0fdb
......@@ -191,6 +191,9 @@ public class FascController {
if (Common.isEmpty(terminationNote)) {
terminationNote = jsonObject.getString("fillRejectReason");
}
if (Common.isEmpty(terminationNote)) {
terminationNote = jsonObject.getString("signFailedReason");
}
// 操作人
//String userName = jsonObject.getString("userName")
......
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