|
@@ -1175,6 +1175,10 @@ public class WmTaskController {
|
|
|
|
|
|
WmTaskContent content = wmTaskContentService.getById(t.getTaskContentId());
|
|
WmTaskContent content = wmTaskContentService.getById(t.getTaskContentId());
|
|
|
|
|
|
|
|
+ if (content == null) {
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+
|
|
Field[] fields = content.getClass().getDeclaredFields();
|
|
Field[] fields = content.getClass().getDeclaredFields();
|
|
for (Field field : fields) {
|
|
for (Field field : fields) {
|
|
|
|
|