shiyunteng
2025-03-27 2f6bd04715eba821713b9e1492999b7e5be7fcdb
platformx-device-biz/src/main/resources/mapper/ReceivingNoteItemMapper.xml
@@ -35,5 +35,8 @@
      <if test="queryDTO.releaseCode != null and queryDTO.releaseCode !=''">
         and rn.release_code like CONCAT('%', #{queryDTO.releaseCode}, '%')
      </if>
      <if test="queryDTO.noteId != null and queryDTO.noteId !=''">
         and rni.note_id = #{queryDTO.noteId}
      </if>
   </select>
</mapper>