包头工作流bug修复
This commit is contained in:
parent
0abcd24550
commit
b38dc8dcc8
@ -380,6 +380,7 @@ public class ProcessTaskServiceImpl implements ProcessTaskService {
|
||||
String valueType = jo.getString("valueType");
|
||||
if (Objects.equals(valueType, "Array")) {
|
||||
JSONArray items = jo.getJSONObject("props").getJSONArray("items");
|
||||
if (items != null) {
|
||||
for (int j = 0; j < items.size(); j++) {
|
||||
JSONObject jo1 = items.getJSONObject(j);
|
||||
String valueType1 = jo.getString("valueType");
|
||||
@ -391,6 +392,7 @@ public class ProcessTaskServiceImpl implements ProcessTaskService {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
String valueType1 = jo.getString("valueType");
|
||||
if (Objects.equals(valueType1, "Date")) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user