0

为什么这不起作用?

$allRecords = RecordsQuery::create()
->where('SUBSTR(Records.paymentTime, 1, 7) = ?', '2013-02')
->findOne(); //
var_dump($allRecords);

它只是返回null。如果我将其用作 SQL 命令,它将返回正确的记录。

Records.paymentTime 是一个日期字段。

真诚的。

4

0 回答 0