|
@@ -56,3 +56,43 @@ public class BpmRunController {
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
|
|
+/**
|
|
|
|
+ * 15:39:45.028 [http-nio-8055-exec-3] WARN o.s.w.s.m.m.a.ExceptionHandlerExceptionResolver - [logException,208] -
|
|
|
|
+ * Resolved [org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
|
|
|
|
+ * <EOL>### Error updating database.
|
|
|
|
+ * Cause: java.lang.NullPointerException<EOL>
|
|
|
|
+ * ### The error may exist in file [/Users/zrwj/Desktop/ZKQY_LJJ/Intelligent_manufacturing/drag_process/ruoyi-process-execution/target/classes/mapper/bpm/dispersed/BpmExecuteProcessMapper.xml]
|
|
|
|
+ * <EOL>### The error may involve com.ruoyi.execution.produce.dispersed.mapper.BpmExecuteProcessMapper.insertBpmExecuteProcess<EOL>
|
|
|
|
+ * ### The error occurred while executing an update<EOL>### Cause: java.lang.NullPointerException]
|
|
|
|
+ * <p>
|
|
|
|
+ * <p>
|
|
|
|
+ * <p>
|
|
|
|
+ * <p>
|
|
|
|
+ * insert into `tenant1116`.bpm_execute_node
|
|
|
|
+ * (
|
|
|
|
+ * task_process_key
|
|
|
|
+ * task_node_key
|
|
|
|
+ * task_node_name
|
|
|
|
+ * task_node_form_key
|
|
|
|
+ * task_node_type
|
|
|
|
+ * task_node_before
|
|
|
|
+ * task_node_after
|
|
|
|
+ * task_node_role_permission
|
|
|
|
+ * task_remark
|
|
|
|
+ * task_node_number
|
|
|
|
+ * task_node_weight
|
|
|
|
+ * task_node_state
|
|
|
|
+ * task_priority
|
|
|
|
+ * task1
|
|
|
|
+ * task2
|
|
|
|
+ * task3
|
|
|
|
+ * task4
|
|
|
|
+ * task5
|
|
|
|
+ * del_flag
|
|
|
|
+ * create_by_id
|
|
|
|
+ * create_by
|
|
|
|
+ * create_time )values
|
|
|
|
+ * (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 22
|
|
|
|
+ * (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
|
|
+ * (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|
|
|
|
+ */
|