mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-01 22:58:59 +00:00
fix: 工单时区错乱问题
This commit is contained in:
parent
ea5a54f9c7
commit
de5b501ebf
@ -67,8 +67,6 @@ class BaseApplyAssetSerializer(serializers.Serializer):
|
||||
error = _('The expiration date should be greater than the start date')
|
||||
raise serializers.ValidationError({'apply_date_expired': error})
|
||||
|
||||
attrs['apply_date_start'] = apply_date_start
|
||||
attrs['apply_date_expired'] = apply_date_expired
|
||||
return attrs
|
||||
|
||||
@atomic
|
||||
|
Loading…
Reference in New Issue
Block a user