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>