fix(流程关联表单): 修复部署流程-表单关联表字段与数据不对应问题,导致写入数据报错。

This commit is contained in:
konbai
2022-07-22 22:00:50 +08:00
parent 8acdf651a9
commit d93a3f77ba
5 changed files with 58 additions and 12 deletions

View File

@@ -5,8 +5,11 @@
<mapper namespace="com.ruoyi.workflow.mapper.WfDeployFormMapper">
<resultMap type="com.ruoyi.workflow.domain.WfDeployForm" id="WfDeployFormResult">
<result property="formId" column="form_id"/>
<result property="deployId" column="deploy_id"/>
<result property="formKey" column="form_key"/>
<result property="nodeKey" column="node_key"/>
<result property="nodeName" column="node_name"/>
<result property="content" column="content"/>
</resultMap>
</mapper>