mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Set tableName in toQRecord()
This commit is contained in:
@ -209,6 +209,7 @@ public abstract class QRecordEntity
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
QRecord qRecord = new QRecord();
|
QRecord qRecord = new QRecord();
|
||||||
|
qRecord.setTableName(tableName());
|
||||||
|
|
||||||
for(QRecordEntityField qRecordEntityField : getFieldList(this.getClass()))
|
for(QRecordEntityField qRecordEntityField : getFieldList(this.getClass()))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user