feat: 直接下任务时需设置is_count_utask

This commit is contained in:
caoqianming 2023-10-31 16:59:30 +08:00
parent b67cdde9d3
commit bd16bef47a
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ class PmService:
'end_date': task_date, 'end_date': task_date,
'utask': utask, 'utask': utask,
'create_by': user, 'create_by': user,
'update_by': user 'update_by': user,
'is_count_utask': True
}) })
else: else:
# 获取产品的加工路线 # 获取产品的加工路线