Browse Source

2024-10-13

优化
master
fengyuan_yang 1 year ago
parent
commit
eb6a7ebf70
  1. 2
      src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

2
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, 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, 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, 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 FROM plm_technical_specification_sheet a
where a.site = #{site} and a.code_no = #{codeNo} where a.site = #{site} and a.code_no = #{codeNo}
</select> </select>

Loading…
Cancel
Save