problems.clmt 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <templet>
  2. <version>1.0</version>
  3. <procedure _name="target">
  4. <parameters>
  5. <ref_parameter>
  6. <comment_id>2</comment_id>
  7. <name>floorId</name>
  8. <ref>resource/params.floorId</ref>
  9. </ref_parameter>
  10. <parameter>
  11. <comment_id>3</comment_id>
  12. <name>spaceId</name>
  13. <description>空间id</description>
  14. <format></format>
  15. </parameter>
  16. </parameters>
  17. <elements>
  18. <table_query>
  19. <name>query</name>
  20. <dataSource>poc</dataSource>
  21. <table>space_problem</table>
  22. <fields1>
  23. <bogda_item>
  24. <bogda_item>id</bogda_item>
  25. <bogda_null/>
  26. </bogda_item>
  27. <bogda_item>
  28. <bogda_item>spaceId</bogda_item>
  29. <bogda_null/>
  30. </bogda_item>
  31. <bogda_item>
  32. <bogda_item>content</bogda_item>
  33. <bogda_null/>
  34. </bogda_item>
  35. <bogda_item>
  36. <bogda_item>position</bogda_item>
  37. <bogda_null/>
  38. </bogda_item>
  39. <bogda_item>
  40. <bogda_item>floorId</bogda_item>
  41. <bogda_null/>
  42. </bogda_item>
  43. </fields1>
  44. <fieldsWhere>
  45. <floorId>=nvl(floorId, $disabled)</floorId>
  46. <spaceId>=nvl(spaceId, $disabled)</spaceId>
  47. <state>='1'</state>
  48. </fieldsWhere>
  49. </table_query>
  50. </elements>
  51. <output>
  52. <variable>
  53. <name>rtn</name>
  54. <assignment>query</assignment>
  55. </variable>
  56. </output>
  57. </procedure>
  58. <comments>
  59. <next_id>4</next_id>
  60. <list>
  61. <comment>
  62. <id>0</id>
  63. <items>
  64. <comment_item>
  65. <content>查询空间核查问题</content>
  66. <update_time>2021-6-9 12:52</update_time>
  67. </comment_item>
  68. </items>
  69. </comment>
  70. <comment>
  71. <id>1</id>
  72. <items>
  73. <comment_item>
  74. <content>不传递的话不生效</content>
  75. <update_time>2021-6-9 12:53</update_time>
  76. </comment_item>
  77. </items>
  78. </comment>
  79. <comment>
  80. <id>2</id>
  81. <items>
  82. <comment_item>
  83. <content>为空时过滤条件不生效</content>
  84. <update_time>2021-6-9 12:53</update_time>
  85. </comment_item>
  86. </items>
  87. </comment>
  88. <comment>
  89. <id>3</id>
  90. <items>
  91. <comment_item>
  92. <content>为空时过滤条件不生效</content>
  93. <update_time>2021-6-9 12:53</update_time>
  94. </comment_item>
  95. </items>
  96. </comment>
  97. </list>
  98. </comments>
  99. <comment_id>0</comment_id>
  100. </templet>