|
|
@ -214,6 +214,7 @@ function fnMakeStatReq(taskSeCd){
|
|
|
|
//단속구분별 전체/완료 건수
|
|
|
|
//단속구분별 전체/완료 건수
|
|
|
|
defaultQuery = {
|
|
|
|
defaultQuery = {
|
|
|
|
structureType : "dummy",
|
|
|
|
structureType : "dummy",
|
|
|
|
|
|
|
|
statDomain : "crdn",
|
|
|
|
fixedItemId : ["01","02","minwon","dobo"],
|
|
|
|
fixedItemId : ["01","02","minwon","dobo"],
|
|
|
|
namedNumberValueSeperator : "completeAndTotal",
|
|
|
|
namedNumberValueSeperator : "completeAndTotal",
|
|
|
|
globalAggregate : "count",
|
|
|
|
globalAggregate : "count",
|
|
|
@ -262,6 +263,7 @@ function fnMakeStatReq(taskSeCd){
|
|
|
|
//초기자료처리별 전체/완료건수
|
|
|
|
//초기자료처리별 전체/완료건수
|
|
|
|
defaultQuery = {
|
|
|
|
defaultQuery = {
|
|
|
|
structureType : "dummy",
|
|
|
|
structureType : "dummy",
|
|
|
|
|
|
|
|
statDomain : "crdn",
|
|
|
|
fixedItemId : ["등록대상","이첩대상"],
|
|
|
|
fixedItemId : ["등록대상","이첩대상"],
|
|
|
|
namedNumberValueSeperator : "completeAndTotal",
|
|
|
|
namedNumberValueSeperator : "completeAndTotal",
|
|
|
|
globalAggregate : "count",
|
|
|
|
globalAggregate : "count",
|
|
|
@ -292,6 +294,7 @@ function fnMakeStatReq(taskSeCd){
|
|
|
|
//발송문서별 전체/완료 건수
|
|
|
|
//발송문서별 전체/완료 건수
|
|
|
|
defaultQuery = {
|
|
|
|
defaultQuery = {
|
|
|
|
structureType : "dummy",
|
|
|
|
structureType : "dummy",
|
|
|
|
|
|
|
|
statDomain : "sndb",
|
|
|
|
fixedItemId : ["01", "02", "03"],
|
|
|
|
fixedItemId : ["01", "02", "03"],
|
|
|
|
namedNumberValueSeperator : "completeAndTotal",
|
|
|
|
namedNumberValueSeperator : "completeAndTotal",
|
|
|
|
globalAggregate : "count",
|
|
|
|
globalAggregate : "count",
|
|
|
@ -322,6 +325,7 @@ function fnMakeStatReq(taskSeCd){
|
|
|
|
//의견진술자료상태
|
|
|
|
//의견진술자료상태
|
|
|
|
defaultQuery = {
|
|
|
|
defaultQuery = {
|
|
|
|
structureType : "dummy",
|
|
|
|
structureType : "dummy",
|
|
|
|
|
|
|
|
statDomain : "excl",
|
|
|
|
fixedItemId : ["00", "acceptOrNonAccept", "03"],
|
|
|
|
fixedItemId : ["00", "acceptOrNonAccept", "03"],
|
|
|
|
namedNumberValueSeperator : "completeAndTotal",
|
|
|
|
namedNumberValueSeperator : "completeAndTotal",
|
|
|
|
globalAggregate : "count",
|
|
|
|
globalAggregate : "count",
|
|
|
@ -363,6 +367,7 @@ function fnMakeStatReq(taskSeCd){
|
|
|
|
//단속구분별 최근n일 건수
|
|
|
|
//단속구분별 최근n일 건수
|
|
|
|
defaultQuery = {
|
|
|
|
defaultQuery = {
|
|
|
|
structureType : "aggregate",
|
|
|
|
structureType : "aggregate",
|
|
|
|
|
|
|
|
statDomain : "crdn",
|
|
|
|
fixedItemId : ["01","02","dobo","minwon"],
|
|
|
|
fixedItemId : ["01","02","dobo","minwon"],
|
|
|
|
namedNumberValueSeperator : "lastFewDays",
|
|
|
|
namedNumberValueSeperator : "lastFewDays",
|
|
|
|
globalAggregate : "count",
|
|
|
|
globalAggregate : "count",
|
|
|
@ -408,8 +413,9 @@ function fnMakeStatReq(taskSeCd){
|
|
|
|
|
|
|
|
|
|
|
|
//초기자료처리별 건수 차트
|
|
|
|
//초기자료처리별 건수 차트
|
|
|
|
defaultQuery = {
|
|
|
|
defaultQuery = {
|
|
|
|
structureType : "dummy",
|
|
|
|
structureType : "aggregate",
|
|
|
|
fixedItemId : ["단속","계고","서손"],
|
|
|
|
statDomain : "crdnSttsHstry",
|
|
|
|
|
|
|
|
fixedItemId : ["dansokProcess","81","83"],
|
|
|
|
taskSeCd : taskSeCd,
|
|
|
|
taskSeCd : taskSeCd,
|
|
|
|
dayColumn : "REG_DT",
|
|
|
|
dayColumn : "REG_DT",
|
|
|
|
firstDay : firstDay,
|
|
|
|
firstDay : firstDay,
|
|
|
@ -418,15 +424,14 @@ function fnMakeStatReq(taskSeCd){
|
|
|
|
|
|
|
|
|
|
|
|
groupInfoList = [
|
|
|
|
groupInfoList = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
refCol : "초기자료처리",
|
|
|
|
refCol : "CRDN_STTS_CD",
|
|
|
|
ctgrType : ["code"],
|
|
|
|
ctgrType : ["code"],
|
|
|
|
dtlCtgr : ["FIM999"]
|
|
|
|
dtlCtgr : ["FIM010"]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
];
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
queryInQuery1 = fnJsonArrayToFormData(groupInfoList, "groupInfoList");
|
|
|
|
queryInQuery1 = fnJsonArrayToFormData(groupInfoList, "groupInfoList");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
numberValueInfoList = [
|
|
|
|
numberValueInfoList = [
|
|
|
|
{
|
|
|
|
{
|
|
|
|
aggregateType : "count"
|
|
|
|
aggregateType : "count"
|
|
|
@ -435,7 +440,18 @@ function fnMakeStatReq(taskSeCd){
|
|
|
|
|
|
|
|
|
|
|
|
queryInQuery2 = fnJsonArrayToFormData(numberValueInfoList, "numberValueInfoList");
|
|
|
|
queryInQuery2 = fnJsonArrayToFormData(numberValueInfoList, "numberValueInfoList");
|
|
|
|
|
|
|
|
|
|
|
|
mergedQuery = {...defaultQuery, ...queryInQuery1, ...queryInQuery2 };
|
|
|
|
codeSubsetInfoList = [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
sourceGroup : "FIM010",
|
|
|
|
|
|
|
|
sourceCodes : ["21"],
|
|
|
|
|
|
|
|
targetCode : "dansokProcess",
|
|
|
|
|
|
|
|
targetCodeVal : "단속"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
queryInQuery3 = fnJsonArrayToFormData(codeSubsetInfoList, "codeSubsetInfoList");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
mergedQuery = {...defaultQuery, ...queryInQuery1, ...queryInQuery2, ...queryInQuery3};
|
|
|
|
|
|
|
|
|
|
|
|
statReqArr.push({
|
|
|
|
statReqArr.push({
|
|
|
|
query : mergedQuery,
|
|
|
|
query : mergedQuery,
|
|
|
@ -446,6 +462,7 @@ function fnMakeStatReq(taskSeCd){
|
|
|
|
//발송문서종류별 건수 차트
|
|
|
|
//발송문서종류별 건수 차트
|
|
|
|
defaultQuery = {
|
|
|
|
defaultQuery = {
|
|
|
|
structureType : "aggregate",
|
|
|
|
structureType : "aggregate",
|
|
|
|
|
|
|
|
statDomain : "sndb",
|
|
|
|
fixedItemId : ["01", "02", "03"],
|
|
|
|
fixedItemId : ["01", "02", "03"],
|
|
|
|
taskSeCd : taskSeCd,
|
|
|
|
taskSeCd : taskSeCd,
|
|
|
|
dayColumn : "SNDNG_YMD",
|
|
|
|
dayColumn : "SNDNG_YMD",
|
|
|
@ -482,6 +499,7 @@ function fnMakeStatReq(taskSeCd){
|
|
|
|
//의견진술결과별 건수 차트
|
|
|
|
//의견진술결과별 건수 차트
|
|
|
|
defaultQuery = {
|
|
|
|
defaultQuery = {
|
|
|
|
structureType : "aggregate",
|
|
|
|
structureType : "aggregate",
|
|
|
|
|
|
|
|
statDomain : "excl",
|
|
|
|
fixedItemId : ["01", "02", "03"],
|
|
|
|
fixedItemId : ["01", "02", "03"],
|
|
|
|
taskSeCd : taskSeCd,
|
|
|
|
taskSeCd : taskSeCd,
|
|
|
|
dayColumn : "REG_DT",
|
|
|
|
dayColumn : "REG_DT",
|
|
|
|