Browse Source

Merge branch 'dev-python'

rambo 7 months ago
parent
commit
41a8590eb6
1 changed files with 4 additions and 1 deletions
  1. 4 1
      python/mcu/RemoteControlV2.py

+ 4 - 1
python/mcu/RemoteControlV2.py

@@ -263,7 +263,10 @@ class RemoteControlV2(BaseClass):
             image_index = record.image_index + 1
             self.photo_take_state = 1
             insert_photo_records(
-                record.image_deal_mode, record.goods_art_no, image_index
+                record.image_deal_mode,
+                record.goods_art_no,
+                image_index,
+                record.action_id,
             )
             print("开始单拍1-插入数据")
             capture_one = DigiCam()