加密逻辑修复
This commit is contained in:
@@ -82,7 +82,7 @@ class DataController extends BaseAdminController
|
||||
{
|
||||
|
||||
// 根据$month列表的月份统计数据
|
||||
$query = Reconciliation::find()->where(['between', 'created_at', strtotime(date('Y-01-01')), strtotime(date('Y-m-d'))])->select([
|
||||
$query = Reconciliation::find()->where(['between', 'created_at', strtotime(date('Y-01-01')), strtotime(date('Y-m-d 23:59:59'))])->select([
|
||||
'drug_type',
|
||||
'total_price',
|
||||
'status',
|
||||
|
||||
Reference in New Issue
Block a user