service-store/src/main/java/com/java110/store/cmd/purchase/PurchaseApplyCmd.java
@@ -230,9 +230,13 @@ JSONObject audit = reqJson.getJSONObject("audit"); String nextUserId = "-1"; if (audit != null) { String staffId = reqJson.getJSONObject("audit").getString("staffId"); if(!StringUtil.isEmpty(staffId)) { nextUserId = reqJson.getJSONObject("audit").getString("staffId"); } else { nextUserId = reqJson.getJSONObject("audit").getString("assignee"); } } //提交者提交 flowJson = new JSONObject(); flowJson.put("processInstanceId", result.getString("processInstanceId"));