fix: 工单时区错乱问题

pull/11001/head^2
feng 2023-07-18 05:52:27 -03:00 committed by Bryan
parent ea5a54f9c7
commit de5b501ebf
1 changed files with 0 additions and 2 deletions

View File

@ -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