Browse Source

2025-05-06

master
qiezi 8 months ago
parent
commit
15ab27bb7f
  1. 2
      src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

2
src/main/resources/mapper/sampleManagement/TechnicalSpecificationMapper.xml

@ -603,7 +603,7 @@ a.wiRevison,a.wiDate,a.routingRemark,a.routingAction,
<update id="updateBMPropertiesValue">
update plm_bm_propertiesValue set NumValue=#{numValue,jdbcType=DOUBLE} ,TextValue=#{textValue} where site=#{site} and bu_no=#{buNo} and PartNo=#{partNo} and RecordType=#{recordType}
and SubCodeSeqNo=#{subCodeSeqNo} and PropertiesItemNo=#{propertiesItemNo}
and SubCodeSeqNo=#{subCodeSeqNo} and CodeNo = #{codeNo} and ItemNo=#{itemNo}
</update>
<select id="getBMPageBase" resultType="PlmBmPageBaseData">

Loading…
Cancel
Save