| | |
| | | package cn.ksource.web.facade.health; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.Arrays; |
| | | import java.util.HashMap; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | import javax.annotation.Resource; |
| | | import javax.servlet.http.HttpServletRequest; |
| | | |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import cn.ksource.beans.SC_PARTNER_CUSTOMER_INFO; |
| | | import cn.ksource.beans.SC_WORKFLOW_CI_HEALTH; |
| | | import cn.ksource.beans.WORKFLOW_NODE; |
| | | import cn.ksource.core.dao.BaseDao; |
| | | import cn.ksource.core.dao.SqlParameter; |
| | | import cn.ksource.core.page.PageInfo; |
| | | import cn.ksource.core.util.ConvertUtil; |
| | | import cn.ksource.core.util.DateUtil; |
| | | import cn.ksource.core.util.JsonUtil; |
| | | import cn.ksource.core.util.StringUtil; |
| | | import cn.ksource.core.util.TreeUtil; |
| | | import cn.ksource.core.util.*; |
| | | import cn.ksource.core.web.ClientUtil; |
| | | import cn.ksource.core.web.SysInfoMsg; |
| | | import cn.ksource.core.web.WebUtil; |
| | |
| | | import cn.ksource.web.service.file.FileService; |
| | | import cn.ksource.web.service.workFlowSupport.WorkFlowSupportService; |
| | | import cn.ksource.web.util.DateParepareUtil; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import javax.annotation.Resource; |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import java.util.*; |
| | | |
| | | @Service |
| | | @SuppressWarnings("unchecked") |
| | |
| | | builder.append("and FLOWSTATE =:nodeState "); |
| | | } |
| | | builder.append(" order by FLOWSTATE asc "); |
| | | builder.append(" ) t group by FLOWID "); |
| | | builder.append(" ) t group by FLOWID,NODETIME,NODEID,NODESTATE "); |
| | | builder.append(" ) n "); |
| | | builder.append(" on b.ID = n.FLOWID "); |
| | | //工单类型 |