TRCVR00702.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCVR00702">
  3. <action url="svc://local"
  4. target="vocapp.Voc"
  5. interface="himed.his.crm.vocapp.voc.Voc"
  6. method="reqGetCompEachList">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="srchacptdd1">
  10. <column id="srchacptdd1" desc="접수일자 조회시작일" ref="srchacptdd1"/>
  11. <column id="srchacptdd2" desc="접수일자 조회종료일" ref="srchacptdd2"/>
  12. <column id="srchdeptcd" desc="담당부서 코드" ref="srchdeptcd"/>
  13. <column id="srchacptkindmdlcd" desc="불만 중분류 코드" ref="srchacptkindmdlcd"/>
  14. <column id="srchacpttypecd" desc="접수구분 코드" ref="srchacpttypecd"/>
  15. </table>
  16. </input>
  17. <output path="root/list" type="xml">
  18. <table id="data" count_ref="data">
  19. <column id="acptseq" desc="접수번호" ref="data.acptseq"/>
  20. <column id="acptdd" desc="접수일자" ref="data.acptdd"/>
  21. <column id="acptkindmdl" desc="불만 중분류" ref="data.acptkindmdl"/>
  22. <column id="acptkindsml" desc="불만 소분류" ref="data.acptkindsml"/>
  23. <column id="acpttype" desc="접수구분" ref="data.acpttype"/>
  24. <column id="deptnm" desc="해당부서" ref="data.deptnm"/>
  25. <column id="deptcd" desc="해당부서코드" ref="data.deptcd"/>
  26. <column id="acpttitl" type="cdata" desc="접수제목" ref="data.acpttitl"/>
  27. </table>
  28. <table id="chart" count_ref="chart">
  29. <column id="allcount" desc="전체 건수" ref="chart.allcount"/>
  30. <column id="kindnm" desc="종류" ref="chart.kindnm"/>
  31. <column id="countno" desc="건수" ref="chart.countno"/>
  32. </table>
  33. </output>
  34. </submit>