diff options
author | c00149107 <chenchuanyu@huawei.com> | 2017-10-26 18:00:07 +0800 |
---|---|---|
committer | c00149107 <chenchuanyu@huawei.com> | 2017-10-26 18:00:07 +0800 |
commit | 1fd78f9f440dd4327587920e2140199fcf79d826 (patch) | |
tree | adf3e846896a53456313b249f1bab59a31fd9e36 /mso-api-handlers/mso-requests-db/src/main/resources | |
parent | 5e83d43305c69c41d9d455a844e435501f6d3a6e (diff) |
Fix voLTE Create workflow issue
Fix voLTE Create workflow issue
Change-Id: I3b615ee87e6cf5779376ee6bf7a3b5fa2be3e62c
Issue-ID:SO-269
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'mso-api-handlers/mso-requests-db/src/main/resources')
-rw-r--r-- | mso-api-handlers/mso-requests-db/src/main/resources/OperationStatus.hbm.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-requests-db/src/main/resources/OperationStatus.hbm.xml b/mso-api-handlers/mso-requests-db/src/main/resources/OperationStatus.hbm.xml index 8d80f76649..a433ab5a8b 100644 --- a/mso-api-handlers/mso-requests-db/src/main/resources/OperationStatus.hbm.xml +++ b/mso-api-handlers/mso-requests-db/src/main/resources/OperationStatus.hbm.xml @@ -32,6 +32,7 @@ <key-property name="serviceId" type="string" column="SERVICE_ID"/> <key-property name="operationId" column="OPERATION_ID" type="string" length="256"/> </composite-id> + <property name="serviceName" column="SERVICE_NAME" type="string" length="256"/> <property name="operation" column="OPERATION_TYPE" type="string" length="256"/> <property name="userId" column="USER_ID" type="string" length="256"/> <property name="result" column="RESULT" type="string" length="256"/> |