change agencyFk by agencyModeFk
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
fdf6e04233
commit
cdf11c43fe
|
@ -19,4 +19,4 @@ FROM travel t
|
|||
JOIN warehouse wo ON wo.id = t.warehouseOutFk
|
||||
JOIN country c ON c.id = wo.countryFk
|
||||
LEFT JOIN continent cnt ON cnt.id = c.continentFk
|
||||
JOIN agencyMode am ON am.id = t.agencyFk
|
||||
JOIN agencyMode am ON am.id = t.agencyModeFk
|
Loading…
Reference in New Issue