修复后台错误
This commit is contained in:
parent
9ed360237c
commit
35ede84804
|
@ -110,7 +110,7 @@ class Offlineapp
|
||||||
public function offLineAppMakeQuery($opt)
|
public function offLineAppMakeQuery($opt)
|
||||||
{
|
{
|
||||||
$def = array(
|
$def = array(
|
||||||
'field' => ' off.*,o.id as orderid,o.status,o.applicationform,u.realname,u.username,md.title ',
|
'field' => ' off.*,o.id as orderid,o.status,u.realname,u.username,md.title ',
|
||||||
'table' => ' dataorder o ',
|
'table' => ' dataorder o ',
|
||||||
'join' => ' LEFT JOIN offlineapp off ON off.id=o.offlineappid
|
'join' => ' LEFT JOIN offlineapp off ON off.id=o.offlineappid
|
||||||
LEFT JOIN users u ON u.id = off.userid
|
LEFT JOIN users u ON u.id = off.userid
|
||||||
|
|
Loading…
Reference in New Issue