[DEBUG] correct link table (remove the deleted field)

This commit is contained in:
Edouard DUPIN 2023-12-31 09:34:10 +01:00
parent 49654698a6
commit 554e2493aa

View File

@ -98,8 +98,7 @@ public class AddOnManyToMany implements DataAccessAddOn {
querrySelect.append(" ");
querrySelect.append(tmpVariable);
querrySelect.append(" WHERE ");
querrySelect.append(tmpVariable);
querrySelect.append(".deleted = false AND ");
/* querrySelect.append(tmpVariable); querrySelect.append(".deleted = false AND "); */
querrySelect.append(tableName);
querrySelect.append(".id = ");
querrySelect.append(tmpVariable);