EAS查找正在运行的后台事务SQL语句
select * from T_job_inst where FSTATE = 'Running' and FTITLE LIKE '%商务卡%'
EAS停止正在运行的后台事务SQL语句
update T_job_inst set FSTATE = 'Failed' where FSTATE = 'Running' and FTITLE LIKE '%商务卡%'
select * from T_job_inst where FSTATE = 'Running' and FTITLE LIKE '%商务卡%'
update T_job_inst set FSTATE = 'Failed' where FSTATE = 'Running' and FTITLE LIKE '%商务卡%'