Commit 7e25542f authored by clone's avatar clone

bug

parent 92b06fa2
...@@ -96,6 +96,7 @@ class JournalAccounts extends Model ...@@ -96,6 +96,7 @@ class JournalAccounts extends Model
public function getJournalAccountsList($pageNo = 1, $pageSize = 15, $order_ = 'id desc', $field, $param) public function getJournalAccountsList($pageNo = 1, $pageSize = 15, $order_ = 'id desc', $field, $param)
{ {
$params["b.phpone"] = $param["phone"]; $params["b.phpone"] = $param["phone"];
$params["a.singntime"] = array("is not" ,"null");
return $this->db return $this->db
->field($field) ->field($field)
->alias("a") ->alias("a")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment