From a5e75aabaef8ff2dffea466f750c17a486d50cfb Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期五, 30 五月 2025 09:33:07 +0800 Subject: [PATCH] 添加srm与U9订单数据的对比 --- src/main/resources/mapper/PurchaseOrderDetailMapper.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/PurchaseOrderDetailMapper.xml b/src/main/resources/mapper/PurchaseOrderDetailMapper.xml index 89c6127..b791ec4 100644 --- a/src/main/resources/mapper/PurchaseOrderDetailMapper.xml +++ b/src/main/resources/mapper/PurchaseOrderDetailMapper.xml @@ -4,4 +4,9 @@ "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.gs.xky.mapper.PurchaseOrderDetailMapper"> + <delete id="deleteByPrimaryKey"> + delete + from PURCHASE_ORDER_DETAIL + where 1 = 1 + </delete> </mapper> -- Gitblit v1.9.3