diff --git a/ruoyi-system/src/main/resources/mapper/app/AppPmsOrderOutMapper.xml b/ruoyi-system/src/main/resources/mapper/app/AppPmsOrderOutMapper.xml
index 6db767cc..3dd30738 100644
--- a/ruoyi-system/src/main/resources/mapper/app/AppPmsOrderOutMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/app/AppPmsOrderOutMapper.xml
@@ -21,11 +21,11 @@
-
+
- select record_id, list_id, order_type, customer_id, goods_id, goods_num, goods_desc, spare1, spare2,pick_num,tr_num,shelves_num,stock_num,order_status,is_lock,order_id,stock_id from app_pms_order_out
+ select record_id, list_id, order_type, customer_id, goods_id, goods_num, goods_desc, spare1, spare2,pick_num,tr_num,shelves_num,stock_num,order_status,is_lock,order_id from app_pms_order_out
@@ -67,7 +66,7 @@
order_status,
is_lock,
order_id,
- stock_id,
+
#{recordId},
@@ -86,7 +85,7 @@
#{orderStatus},
#{isLock},
#{orderId},
- #{stockId},
+
@@ -107,7 +106,7 @@
stock_num = #{stockNum},
is_lock = #{isLock},
order_id = #{orderId},
- stock_id = #{stockId},
+
where record_id = #{recordId}
diff --git a/ruoyi-system/src/main/resources/mapper/app/AppTaskMapper.xml b/ruoyi-system/src/main/resources/mapper/app/AppTaskMapper.xml
index 0c981505..9362e5f1 100644
--- a/ruoyi-system/src/main/resources/mapper/app/AppTaskMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/app/AppTaskMapper.xml
@@ -25,10 +25,11 @@
+
- select task_id, task_type, task_status, task_priority, vehicle_id, origin, destination, wcs_task_id, create_time, finish_time, goods_id, op_num, stock_num, op_user, pre_task, remark,plc_id,location_id,ck_type from app_task
+ select task_id, task_type, task_status, task_priority, vehicle_id, origin, destination, wcs_task_id, create_time, finish_time, goods_id, op_num, stock_num, op_user, pre_task, remark,plc_id,location_id,ck_type,stock_id from app_task