mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-08-30 12:45:32 +08:00
修正查询条件为NULL的时候参数绑定的错误
This commit is contained in:
@@ -326,6 +326,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
|
||||
$value = date($format, $_SERVER['REQUEST_TIME']);
|
||||
break;
|
||||
case 'timestamp':
|
||||
case 'int':
|
||||
$value = $_SERVER['REQUEST_TIME'];
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user