Commit 639e3f37 by shiwenbo

修改运输记录模型错误

parent d4b33bdc
......@@ -9,7 +9,7 @@
<tablePrefix>xyst_dinas_transport_</tablePrefix>
</header>
<content>
<dataModel id='94a21d60-5719-4932-88a3-292287d140de' multiVersion='' domainInherit='undefined' tableName='xyst_dinas_transport_transport_record'>
<dataModel id='f9965cff-6076-43e6-a736-563e97b2cbba' multiVersion='' domainInherit='undefined' tableName='xyst_dinas_transport_transport_record'>
<attribute id='3165ab76-4c39-4a40-ab5b-e77cee1fb51a' name='id' columnName='id' title='id' type='uuid' default='' precision='' isArray='false'>
<annotation id='b45ddb39-d595-48e7-9014-9bff93f11bd2' attributeId='b5a8a80b-c5ef-48e0-8cc1-c6f6bc8a8c2f'
name='length' value='undefined'/>
......
......@@ -36,7 +36,7 @@
<comment>所属车辆</comment>
</column>
</many-to-one>
<many-to-one name="saleRecord" entity-name="com.xyst.dinas.transport.datamodel.SaleRecord" fetch="select">
<many-to-one name="saleRecord" entity-name="com.xyst.dinas.sales.datamodel.SalesRecord" fetch="select">
<column name="sale_record_id" not-null="false">
<comment>所属销售记录</comment>
</column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment