fix(工资列表接口): 参数格式调整
parent
f8b46f863b
commit
63b01e65b8
|
@ -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];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue