From c0146097069ab9c1442942729dd9b59263e99f39 Mon Sep 17 00:00:00 2001 From: yinq Date: Sat, 13 Jan 2024 09:57:17 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E7=89=B9=E6=AE=8A=E5=AD=97?= =?UTF-8?q?=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/production/ProductPlanInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aucma-production/src/main/resources/mapper/production/ProductPlanInfoMapper.xml b/aucma-production/src/main/resources/mapper/production/ProductPlanInfoMapper.xml index 981c5e4..8909466 100644 --- a/aucma-production/src/main/resources/mapper/production/ProductPlanInfoMapper.xml +++ b/aucma-production/src/main/resources/mapper/production/ProductPlanInfoMapper.xml @@ -145,7 +145,7 @@ saleorder_code = #{saleOrderCode}, saleorder_linenumber = #{saleorderLinenumber}, material_code = #{materialCode}, - material_name = #{materialName}, + material_name = #{materialName,jdbcType=NVARCHAR}, productline_code = #{productLineCode}, plan_amount = #{planAmount}, complete_amount = #{completeAmount},