OrderNum = (from s in g from f in dt.JXDW_ITIL_WORK_ORDER where s.CALL_ID == f.CALL_ID && (new string[] { "待回访", "回访中", "关闭" }).Contains(f.ORDER_STATUS) select f).Count(),