mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-08 05:18:40 +00:00
remove dump
This commit is contained in:
parent
a4e277184e
commit
b991f3f865
|
|
@ -2245,8 +2245,6 @@ class DataMapperAbstract implements DataMapperInterface
|
||||||
->from(static::$table)
|
->from(static::$table)
|
||||||
->where(static::$table . '.' . $ref, '=', $refKey);
|
->where(static::$table . '.' . $ref, '=', $refKey);
|
||||||
|
|
||||||
var_dump($query->toSql());
|
|
||||||
|
|
||||||
$sth = self::$db->con->prepare($query->toSql());
|
$sth = self::$db->con->prepare($query->toSql());
|
||||||
$sth->execute();
|
$sth->execute();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user