From 4ef4e287fe6597543a9628b6dae294c19f2b1d9c Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期三, 22 十月 2025 10:50:41 +0800
Subject: [PATCH] 1.新增订单出库挑选功能 2.新增订单明细表
---
src/main/resources/mapper/third/ExdInstockTargetMapper.xml | 18 ++++++++++--------
1 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/src/main/resources/mapper/third/ExdInstockTargetMapper.xml b/src/main/resources/mapper/third/ExdInstockTargetMapper.xml
index 46b4f09..ff7595f 100644
--- a/src/main/resources/mapper/third/ExdInstockTargetMapper.xml
+++ b/src/main/resources/mapper/third/ExdInstockTargetMapper.xml
@@ -5,6 +5,7 @@
<mapper namespace="com.zy.third.mapper.ExdInstockTargetMapper">
<resultMap id="BaseResultMap" type="com.zy.third.entity.ExdInstockTarget">
+ <id property="ID" column="ID" />
<result property="finterid" column="FInterID" />
<result property="fbillno" column="FBillNo" />
<result property="ftrantype" column="FTranType" />
@@ -44,16 +45,17 @@
<result property="reador" column="Reador" />
<result property="writormsg" column="WritorMsg" />
<result property="readormsg" column="ReadorMsg" />
+ <result property="prodinkind" column="ProdInKind" />
</resultMap>
<sql id="Base_Column_List">
- FInterID,FBillNo,FTranType,FDate,FROB,FUserID,
- FDeptID,FSupplyID,FBillerID,FFManagerID,FSManagerID,
- FEntryID,FItemID,FQty,Fprice,FBatchNo,
- FUnitID,FSourceBillNo,FSourceEntryID,FSourceInterId,FSourceTranType,
- FDCSPID,FDCStockID,FOrderBillNo,FOrderEntryID,FOrderInterID,
- FPlanMode,Barcode,Gross,Width,Defects,
- BackCode,WriteTime,Writor,Status,ReadTime,
- Reador,WritorMsg,ReadorMsg
+ ID,FInterID,FBillNo,FTranType,FDate,FROB,
+ FUserID,FDeptID,FSupplyID,FBillerID,FFManagerID,
+ FSManagerID,FEntryID,FItemID,FQty,Fprice,
+ FBatchNo,FUnitID,FSourceBillNo,FSourceEntryID,FSourceInterId,
+ FSourceTranType,FDCSPID,FDCStockID,FOrderBillNo,FOrderEntryID,
+ FOrderInterID,FPlanMode,Barcode,Gross,Width,
+ Defects,BackCode,WriteTime,Writor,Status,
+ ReadTime,Reador,WritorMsg,ReadorMsg
</sql>
</mapper>
--
Gitblit v1.9.1