12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="euc-kr"?>
- <submit id="TRCVE00902">
- <action url="svc://local"
- target="vocmngtapp.VocMngt"
- interface="himed.his.crm.vocmngtapp.vocmngt.VocMngt"
- method="reqGetCompEachList">
- </action>
- <input type="urlencoded">
- <table id="req" count_ref="srchacptdd1">
- <column id="srchacptdd1" desc="접수일자 조회시작일" ref="srchacptdd1"/>
- <column id="srchacptdd2" desc="접수일자 조회종료일" ref="srchacptdd2"/>
- <column id="srchdeptcd" desc="담당부서 코드" ref="srchdeptcd"/>
- <column id="srchacptkindmdlcd" desc="불만 중분류 코드" ref="srchacptkindmdlcd"/>
- <column id="srchacpttypecd" desc="접수구분 코드" ref="srchacpttypecd"/>
- </table>
- </input>
- <output path="root/list" type="xml">
- <table id="data" count_ref="data">
- <column id="acptseq" desc="접수번호" ref="data.acptseq"/>
- <column id="acptdd" desc="접수일자" ref="data.acptdd"/>
- <column id="acptkindmdl" desc="불만 중분류" ref="data.acptkindmdl"/>
- <column id="acptkindsml" desc="불만 소분류" ref="data.acptkindsml"/>
- <column id="acpttype" desc="접수구분" ref="data.acpttype"/>
- <column id="deptnm" desc="해당부서" ref="data.deptnm"/>
- <column id="deptcd" desc="해당부서코드" ref="data.deptcd"/>
- <column id="acpttitl" desc="접수제목" ref="data.acpttitl"/>
- </table>
- <table id="chart" count_ref="chart">
- <column id="allcount" desc="전체 건수" ref="chart.allcount"/>
- <column id="kindnm" desc="종류" ref="chart.kindnm"/>
- <column id="countno" desc="건수" ref="chart.countno"/>
- </table>
- </output>
- </submit>
|