Aggregate id is a integer, not a uuid

Id in Aggregate is defined as
id = Column(Integer, primary_key=True, autoincrement=True)
and it's input from API layer, so it's not a uuid format,
it's a integer.

Partial-Bug: #1515222

Change-Id: I75e9aee7a720b69bf5157f6dc1fab9dc655ac54a
This commit is contained in:
jichenjc 2015-11-06 08:30:14 +08:00
parent 45bdab7947
commit 684bacefee
1 changed files with 1 additions and 1 deletions

View File

@ -1524,7 +1524,7 @@
</wadl:doc>
</param>'>
<!ENTITY aggregateIdRequestParameter '
<param name="aggregate_id" style="template" type="csapi:UUID"
<param name="aggregate_id" style="template" type="xsd:int"
xmlns="http://wadl.dev.java.net/2009/02">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN"