dyh_flow_node
id,
flow_id,
flowable_id,
node_id,
node_show_name,
node_name,
node_type,
node_index,
node_icon,
api_type,
api,
case_process,
case_process_name,
expire,
cande_type,
cande_unit_id,
cande_unit_name,
cande_dept_id,
cande_dept_name,
cande_role_code,
cande_role_name,
cande_user_id,
cande_user_name,
go_cond,
back_cond,
des,
delete_status,
cust_id,
create_time,
update_time
flow_id = #{entity.flowId},
flowable_id = #{entity.flowableId},
node_id = #{entity.nodeId},
node_show_name = #{entity.nodeShowName},
node_name = #{entity.nodeName},
node_type = #{entity.nodeType},
node_index = #{entity.nodeIndex},
node_icon = #{entity.nodeIcon},
api_type = #{entity.apiType},
api = #{entity.api},
case_process = #{entity.caseProcess},
case_process_name = #{entity.caseProcessName},
expire = #{entity.expire},
cande_type = #{entity.candeType},
cande_unit_id = #{entity.candeUnitId},
cande_unit_name = #{entity.candeUnitName},
cande_dept_id = #{entity.candeDeptId},
cande_dept_name = #{entity.candeDeptName},
cande_role_code = #{entity.candeRoleCode},
cande_role_name = #{entity.candeRoleName},
cande_user_id = #{entity.candeUserId},
cande_user_name = #{entity.candeUserName},
go_cond = #{entity.goCond},
back_cond = #{entity.backCond},
des = #{entity.des},
delete_status = #{entity.deleteStatus},
cust_id = #{entity.custId},
create_time = #{entity.createTime},
update_time = #{entity.updateTime}
and id = #{terms.id}
and flow_id = #{terms.flowId}
and flowable_id = #{terms.flowableId}
and node_id = #{terms.nodeId}
and node_show_name = #{terms.nodeShowName}
and node_name = #{terms.nodeName}
and node_type = #{terms.nodeType}
and node_index = #{terms.nodeIndex}
and node_icon = #{terms.nodeIcon}
and api_type = #{terms.apiType}
and api = #{terms.api}
and case_process = #{terms.caseProcess}
and case_process_name = #{terms.caseProcessName}
and expire = #{terms.expire}
and cande_type = #{terms.candeType}
and cande_unit_id = #{terms.candeUnitId}
and cande_unit_name = #{terms.candeUnitName}
and cande_dept_id = #{terms.candeDeptId}
and cande_dept_name = #{terms.candeDeptName}
and cande_role_code = #{terms.candeRoleCode}
and cande_role_name = #{terms.candeRoleName}
and cande_user_id = #{terms.candeUserId}
and cande_user_name = #{terms.candeUserName}
and go_cond = #{terms.goCond}
and back_cond = #{terms.backCond}
and des = #{terms.des}
and delete_status = 0
and delete_status = #{terms.deleteStatus}
and cust_id = #{terms.custId}
and DATE_FORMAT(create_time,'%Y-%m-%d') = #{terms.createTime}
and (DATE_FORMAT(create_time,'%Y-%m-%d') = ]]> #{terms.createStart}
and DATE_FORMAT(create_time,'%Y-%m-%d') #{terms.createEnd})
and DATE_FORMAT(update_time,'%Y-%m-%d') = #{terms.updateTime}
and (DATE_FORMAT(update_time,'%Y-%m-%d') = ]]> #{terms.updateStart}
and DATE_FORMAT(update_time,'%Y-%m-%d') #{terms.updateEnd})
update
id = #{entity.id}
update
delete from
where id = #{id}