| | |
| | | package cn.ksource.web.facade.releaseManage; |
| | | |
| | | import java.util.ArrayList; |
| | | 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.Repository; |
| | | |
| | | import cn.ksource.beans.GG_RECORD; |
| | | import cn.ksource.beans.SC_WORKFLOW_RELEASE; |
| | | import cn.ksource.beans.WORKFLOW_BASE; |
| | |
| | | import cn.ksource.core.dao.SqlParameter; |
| | | 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.web.SysInfoMsg; |
| | |
| | | import cn.ksource.web.service.WorkOrderCodeService; |
| | | import cn.ksource.web.service.record.RecordService; |
| | | import cn.ksource.web.service.workFlowSupport.WorkFlowSupportService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import java.util.ArrayList; |
| | | import java.util.HashMap; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | @SuppressWarnings("unchecked") |
| | | @Repository |
| | |
| | | } |
| | | 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 "); |
| | | //builder.append(" where b.PARTNER_ID =:partnerId "); |