shiyunteng
2025-03-28 fc0db201e10ed1cc6d68aaf0a37d65933398c2f6
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>