TRCVB00201.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="euc-kr"?>
  2. <submit id="TRCVB00201">
  3. <action url="svc://local"
  4. target="vocmngtapp.VocMngt"
  5. interface="himed.his.crm.vocmngtapp.vocmngt.VocMngt"
  6. method="reqGetVOCReqData">
  7. </action>
  8. <input type="urlencoded">
  9. <table id="req" count_ref="sndacptseq">
  10. <column id="sndacptdd" desc="접수일자" ref="sndacptdd"/>
  11. <column id="sndacptseq" type="int" desc="접수번호" ref="sndacptseq"/>
  12. </table>
  13. </input>
  14. <output path="root/vocdata" type="xml">
  15. <table id="accept" count_ref="accept">
  16. <column id="clntnm" desc="민원인 이름" ref="accept.clntnm"/>
  17. <column id="acptseq" desc="접수번호" ref="accept.acptseq"/>
  18. <column id="acptdd" desc="접수일자" ref="accept.acptdd"/>
  19. <column id="acpviewdd" desc="접수표시일자" ref="accept.acpviewdd"/>
  20. <column id="genrdd" desc="발생일자" ref="accept.genrdd"/>
  21. <column id="acpttype" desc="접수형태" ref="accept.acpttype"/>
  22. <column id="prcsstat" desc="진행상태" ref="accept.prcsstat"/>
  23. <column id="acptkindlrg" desc="접수 대분류" ref="accept.acptkindlrgcd"/>
  24. <column id="acptkindmdl" desc="접수 중분류" ref="accept.acptkindmdlcd"/>
  25. <column id="acptkindsml" desc="접수 소분류" ref="accept.acptkindsmlcd"/>
  26. <column id="acpttitl" desc="접수제목" ref="accept.acpttitl"/>
  27. <column id="acptcnts" desc="접수내용" ref="accept.acptcnts"/>
  28. <column id="openallyn" desc="공개여부" ref="accept.openallyn"/>
  29. <column id="fstrgstrnm" desc="최초등록자" ref="accept.fstrgstrnm"/>
  30. <column id="lastupdtrnm" desc="최종수정자" ref="accept.lastupdtrnm"/>
  31. </table>
  32. <table id="deptview" count_ref="deptview">
  33. <column id="deptnm" desc="해당부서" ref="deptview.deptnm"/>
  34. <column id="deptcd" desc="부서코드" ref="deptview.deptcd"/>
  35. <column id="empnm" desc="해당직원" ref="deptview.empnm"/>
  36. <column id="empid" desc="직원id" ref="deptview.empid"/>
  37. <column id="rgstseq" desc="등록순서" ref="deptview.rgstseq"/>
  38. </table>
  39. </output>
  40. </submit>