select c.FLOW_NAME,a.flow_id,a.prcs_id,a.prcs_name,b.`DESC`
from bpm_process as a,bpm_variable as b,bpm_type as c
where a.flow_id=c.flow_id and b.`DESC` like '%移动%'
and a.PRCS_ITEM like concat ('%',b.uid ,'%')
select c.FLOW_NAME,a.flow_id,a.prcs_id,a.prcs_name,b.`DESC`
from bpm_process as a,bpm_variable as b,bpm_type as c
where a.flow_id=c.flow_id and b.`DESC` like '%移动%'
and a.PRCS_ITEM like concat ('%',b.uid ,'%')