[Trace]Trace line setup 中的action 列表
1.从t_modeop中查询出t_modeop值
select * from t_modeop where et_prod_poste like '8889-20%' and modeop_fin_validite is null and et_tyoper='OPE' and modeop_ordre_plc<>0 order by modeop_ordre_plc
2.把1查询中的t_modeop值在t_action中查询,得出的action_libelle为action名
select * from t_action where et_modeop=14423