mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixed WWREF
This commit is contained in:
@@ -75,7 +75,7 @@ class Lookup_model extends CI_Model{
|
||||
$binds[]=$queryinfo['sota'];
|
||||
break;
|
||||
case 'wwff':
|
||||
$sqlquerytypestring .= " and col_sig = 'WWFF' and col_sig_info = ?";
|
||||
$sqlquerytypestring .= " and col_wwff_ref = ?";
|
||||
$binds[]=$queryinfo['wwff'];
|
||||
break;
|
||||
case 'itu':
|
||||
|
||||
Reference in New Issue
Block a user