fix(工资列表接口): 参数格式调整

master
yin5th 2023-01-15 11:38:52 +08:00
parent f8b46f863b
commit 63b01e65b8
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ class Manager extends Base
$where = []; $where = [];
if (!empty($date)) { if (!empty($date)) {
$date = str_replace('_', '', $date); $date = str_replace('-', '', $date);
$where[] = ['pml.time', '=', $date]; $where[] = ['pml.time', '=', $date];
} }