Browse Source

2024-04-09 更新

master
fengyuan_yang 2 years ago
parent
commit
8c82febd02
  1. 2
      src/main/resources/mapper/change/ChangeManagementMapper.xml

2
src/main/resources/mapper/change/ChangeManagementMapper.xml

@ -343,7 +343,7 @@
code_desc code_desc
FROM plm_properties_model_header FROM plm_properties_model_header
<where> <where>
site = #{site} and function_type = #{functionType}
site = #{site} and function_type = #{functionType} and code_no = #{codeNo}
</where> </where>
</select> </select>

Loading…
Cancel
Save