Commit e345cee3 authored by hongguangwu's avatar hongguangwu

MVP1.7.16-签署失败

parent a5fee1c2
...@@ -185,6 +185,9 @@ public class FascController { ...@@ -185,6 +185,9 @@ public class FascController {
String signTaskId = jsonObject.getString("signTaskId"); String signTaskId = jsonObject.getString("signTaskId");
// 原因 // 原因
String terminationNote = jsonObject.getString("terminationNote"); String terminationNote = jsonObject.getString("terminationNote");
if (Common.isEmpty(terminationNote)) {
terminationNote = jsonObject.getString("signRejectReason");
}
// 操作人 // 操作人
//String userName = jsonObject.getString("userName") //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