提交 151ebb5b authored 作者: whydesc's avatar whydesc

--修改删除流程实例设置业务的部署id为空

上级 c2023d3b
......@@ -18,9 +18,12 @@
bpm_status=#{formTp},
</if>
<if test="formTp != null and formTp == ''">
bpm_status=NULL,
bpm_status=NULL,deploy_id=null
</if>
deploy_id=#{formUrl} where ${formContent}
<if test="formUrl != null and formUrl != ''">
deploy_id=#{formUrl}
</if>
where ${formContent}
</update>
<update id="updateBisTabUid" parameterType="org.jeecg.modules.flowable.apithird.business.entity.FlowForm">
......
......@@ -139,7 +139,7 @@ public class FlowInstanceServiceImpl extends FlowServiceFactory implements IFlow
flowFormben.setFormTableName(tabname);
flowFormben.setFormContent(formContent);
flowFormben.setFormTp("");
flowFormben.setFormUrl(DeployId);
//flowFormben.setFormUrl(DeployId);
sysDeployFormService.updateBisTabBpmStatus(flowFormben);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论