修复后台错误

This commit is contained in:
wlx 2013-09-16 04:13:53 +00:00
parent 9ed360237c
commit 35ede84804
1 changed files with 1 additions and 1 deletions

View File

@ -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