|
|
@@ -64,7 +64,7 @@ class WorkController extends BaseController
|
|
|
$mtAlone = $ext->mtAlone ?? 0;
|
|
|
$isCashier = $get['isCashier'] ?? 0;
|
|
|
if ($mtAlone == 1 && $isCashier == 1) {
|
|
|
- $where['fromType'] = ['in', [1, 2, 3]];
|
|
|
+ $where['fromType'] = ['in', [0, 1, 2, 3]];
|
|
|
}
|
|
|
}
|
|
|
}
|