From eb6a7ebf70a157ea7898c14b2989cf97727902aa Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 14 Oct 2024 15:02:15 +0800 Subject: [PATCH] =?UTF-8?q?2024-10-13=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/sampleManagement/TechnicalSpecificationMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml index e887a172..264ac9a1 100644 --- a/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml +++ b/src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml @@ -958,7 +958,7 @@ pressure,updateDate,updateBy,remark) values create_date,create_by,update_date,update_by,picture_addess,customerPictureChangeRemark,productionFileComments, ori_code_no,bom_type,eng_chg_level,bom_alternative_no,routing_type,routing_revision,routing_alternative_no,remarkPage, process,stage,materialType,cqcOperator,faiOperator,overPrintOperator,printOperator,peOperater,csOperater,dccOperater, -step_id,reject_flag,reject_step_id,mpOperator +step_id,reject_flag,reject_step_id,mpOperator,pod FROM plm_technical_specification_sheet a where a.site = #{site} and a.code_no = #{codeNo}