刀具同步优化完成,字段已添加
This commit is contained in:
@@ -3294,7 +3294,7 @@ class SfToolType(models.Model):
|
||||
"chuck_type_code": item['chuck_type_code'],
|
||||
"remark": item['remark'],
|
||||
})
|
||||
print('同步每日刀柄类型列表成功')
|
||||
|
||||
else:
|
||||
raise ValidationError("认证未通过")
|
||||
|
||||
@@ -3343,7 +3343,7 @@ class SfToolType(models.Model):
|
||||
"chuck_type_code": item['chuck_type_code'],
|
||||
"remark": item['remark'],
|
||||
})
|
||||
print('同步所有刀柄类型列表成功')
|
||||
|
||||
else:
|
||||
raise ValidationError("认证未通过")
|
||||
|
||||
@@ -3477,8 +3477,13 @@ class SfToolModel(models.Model):
|
||||
"pad_scope": item['pad_scope'],
|
||||
"handle_code": item['handle_code'],
|
||||
"handle_length": item['handle_length'],
|
||||
"handle_length1": item['handle_length1'],
|
||||
"handle_diameter1": item['handle_diameter1'],
|
||||
"handle_diameter": item['handle_diameter'],
|
||||
"handle_flange_length": item['handle_flange_length'],
|
||||
"handle_flange_diameter": item['handle_flange_diameter'],
|
||||
"handle_clamping_diameter_min": item['handle_clamping_diameter_min'],
|
||||
"handle_clamping_diameter_max": item['handle_clamping_diameter_max'],
|
||||
"handle_jump_accuracy": item['handle_jump_accuracy'],
|
||||
"handle_max_speed": item['handle_max_speed'],
|
||||
"handle_weight": item['handle_weight'],
|
||||
"handle_body_accuracy": item['handle_body_accuracy'],
|
||||
"handle_nut": item['handle_nut'],
|
||||
@@ -3578,8 +3583,13 @@ class SfToolModel(models.Model):
|
||||
"pad_scope": item['pad_scope'],
|
||||
"handle_code": item['handle_code'],
|
||||
"handle_length": item['handle_length'],
|
||||
"handle_length1": item['handle_length1'],
|
||||
"handle_diameter1": item['handle_diameter1'],
|
||||
"handle_diameter": item['handle_diameter'],
|
||||
"handle_flange_length": item['handle_flange_length'],
|
||||
"handle_flange_diameter": item['handle_flange_diameter'],
|
||||
"handle_clamping_diameter_min": item['handle_clamping_diameter_min'],
|
||||
"handle_clamping_diameter_max": item['handle_clamping_diameter_max'],
|
||||
"handle_jump_accuracy": item['handle_jump_accuracy'],
|
||||
"handle_max_speed": item['handle_max_speed'],
|
||||
"handle_weight": item['handle_weight'],
|
||||
"handle_body_accuracy": item['handle_body_accuracy'],
|
||||
"handle_nut": item['handle_nut'],
|
||||
@@ -3743,8 +3753,13 @@ class SfToolModel(models.Model):
|
||||
"pad_scope": item['pad_scope'],
|
||||
"handle_code": item['handle_code'],
|
||||
"handle_length": item['handle_length'],
|
||||
"handle_length1": item['handle_length1'],
|
||||
"handle_diameter1": item['handle_diameter1'],
|
||||
"handle_diameter": item['handle_diameter'],
|
||||
"handle_flange_length": item['handle_flange_length'],
|
||||
"handle_flange_diameter": item['handle_flange_diameter'],
|
||||
"handle_clamping_diameter_min": item['handle_clamping_diameter_min'],
|
||||
"handle_clamping_diameter_max": item['handle_clamping_diameter_max'],
|
||||
"handle_jump_accuracy": item['handle_jump_accuracy'],
|
||||
"handle_max_speed": item['handle_max_speed'],
|
||||
"handle_weight": item['handle_weight'],
|
||||
"handle_body_accuracy": item['handle_body_accuracy'],
|
||||
"handle_nut": item['handle_nut'],
|
||||
@@ -3840,8 +3855,13 @@ class SfToolModel(models.Model):
|
||||
"pad_scope": item['pad_scope'],
|
||||
"handle_code": item['handle_code'],
|
||||
"handle_length": item['handle_length'],
|
||||
"handle_length1": item['handle_length1'],
|
||||
"handle_diameter1": item['handle_diameter1'],
|
||||
"handle_diameter": item['handle_diameter'],
|
||||
"handle_flange_length": item['handle_flange_length'],
|
||||
"handle_flange_diameter": item['handle_flange_diameter'],
|
||||
"handle_clamping_diameter_min": item['handle_clamping_diameter_min'],
|
||||
"handle_clamping_diameter_max": item['handle_clamping_diameter_max'],
|
||||
"handle_jump_accuracy": item['handle_jump_accuracy'],
|
||||
"handle_max_speed": item['handle_max_speed'],
|
||||
"handle_weight": item['handle_weight'],
|
||||
"handle_body_accuracy": item['handle_body_accuracy'],
|
||||
"handle_nut": item['handle_nut'],
|
||||
|
||||
Reference in New Issue
Block a user