forked from erp-dev/erp
feat: added frontend_pages models(basic_info) and api(v2), support employees query pages that they can visit by themself token
This commit is contained in:
@@ -531,7 +531,7 @@ class PlateOrderAPITestCase(TestCase):
|
||||
else:
|
||||
self.assertEqual(len(response.data), 1)
|
||||
self.assertEqual(response.data[0]['is_invalid'], False)
|
||||
|
||||
|
||||
def test_filter_by_plate_at_from(self):
|
||||
"""测试按开版时间起始筛选(带时分秒)"""
|
||||
from django.utils import timezone
|
||||
|
||||
Reference in New Issue
Block a user