| | |
| | | package cn.ksource.web.facade.ciremind; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.Arrays; |
| | | import java.util.HashMap; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import cn.ksource.beans.GG_RECORD; |
| | | import cn.ksource.beans.SC_PARTNER_CUSTOMER_INFO; |
| | | import cn.ksource.beans.SC_WORKFLOW_CI_REMIND; |
| | | import cn.ksource.beans.WORKFLOW_BASE; |
| | | import cn.ksource.beans.WORKFLOW_NODE; |
| | | import cn.ksource.beans.*; |
| | | import cn.ksource.core.dao.BaseDao; |
| | | import cn.ksource.core.dao.SqlParameter; |
| | | import cn.ksource.core.page.PageInfo; |
| | |
| | | import cn.ksource.core.util.JsonUtil; |
| | | import cn.ksource.core.util.StringUtil; |
| | | import cn.ksource.core.web.SysInfoMsg; |
| | | import cn.ksource.core.web.WebUtil; |
| | | import cn.ksource.core.workflow.NodeAnswerEntity; |
| | | import cn.ksource.core.workflow.NodeFinishEntity; |
| | | import cn.ksource.core.workflow.WorkflowCoreService; |
| | |
| | | import cn.ksource.web.service.record.RecordService; |
| | | import cn.ksource.web.service.workFlowSupport.WorkFlowSupportService; |
| | | import cn.ksource.web.util.DateParepareUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import java.util.*; |
| | | |
| | | @Service("ciRemindFacade") |
| | | public class CiRemindFacadeImpl implements CiRemindFacade { |
| | |
| | | } |
| | | builder.append(" order by FLOWSTATE asc "); |
| | | builder.append(" ) t "); |
| | | builder.append(" group by FLOWID "); |
| | | builder.append(" group by FLOWID,NODEID,NODETIME,NODESTATE "); |
| | | builder.append(" ) n "); |
| | | builder.append(" on b.ID = n.FLOWID "); |
| | | //工单类型 |