|
|
@@ -1480,7 +1480,7 @@ class DeviceControl(BaseClass, metaclass=SingletonType):
|
|
|
image_counts += 1
|
|
|
# 批量插入
|
|
|
image_deal_mode = 0 if action_info == "执行左脚程序" else 1
|
|
|
- state,record_id = insert_photo_records(
|
|
|
+ state,record_id = await insert_photo_records(
|
|
|
image_deal_mode=image_deal_mode,
|
|
|
goods_art_no=goods_art_no,
|
|
|
image_index=idx,
|